mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 11:41:20 -04:00
fixing typo in redirection query string
Backport of a2cae551f3 to stable6
This commit is contained in:
parent
28be8496a9
commit
5f2e8f7723
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ class OC_Util {
|
|||
// Check if we are a user
|
||||
if( !OC_User::isLoggedIn()) {
|
||||
header( 'Location: '.OC_Helper::linkToAbsolute( '', 'index.php',
|
||||
array('redirectUrl' => OC_Request::requestUri())
|
||||
array('redirect_url' => OC_Request::requestUri())
|
||||
));
|
||||
exit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue