fixing typo in redirection query string

This commit is contained in:
st3so 2014-01-12 15:45:33 +01:00
parent b24c21b00f
commit a2cae551f3
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}