Merge pull request #5908 from owncloud/fix_errorpage_call
[encryption] fix redirectToErrorPage() call
This commit is contained in:
commit
d306f5c4cf
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,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 (
|
||||
|
|
Loading…
Reference in a new issue