fixing typo in redirection query string

Backport of a2cae551f3 to stable6
This commit is contained in:
st3so 2014-01-12 15:45:33 +01:00 committed by Vincent Petry
parent 28be8496a9
commit 5f2e8f7723

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