Skip to content
Snippets Groups Projects
Commit 82f30d37 authored by Björn Schießle's avatar Björn Schießle
Browse files

call error page with session as parameter

parent 630e46f6
Branches
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@ class Stream {
}
// if private key is not valid redirect user to a error page
\OCA\Encryption\Helper::redirectToErrorPage();
\OCA\Encryption\Helper::redirectToErrorPage($this->session);
}
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment