mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
call error page with session as parameter
This commit is contained in:
parent
630e46f60a
commit
82f30d37ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue