fixing typo in redirection query string

Backport of a2cae551f3 to stable6
remotes/origin/stable6
st3so 13 years ago committed by Vincent Petry
parent 28be8496a9
commit 5f2e8f7723
  1. 2
      lib/private/util.php

@ -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…
Cancel
Save