mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #6734 from st3so/redirectfix
fixing typo in redirection query string
This commit is contained in:
commit
82c840b3e6
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