]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typo in redirection query string
authorst3so <st3so@server.fake>
Sun, 12 Jan 2014 14:45:33 +0000 (15:45 +0100)
committerst3so <st3so@server.fake>
Sun, 12 Jan 2014 14:49:32 +0000 (15:49 +0100)
lib/private/util.php

index c0e618cc86308826d62ad756d059d4a3726dd16c..a4b3761dbd3e8635cb9b0aac89dc58c9e4480031 100755 (executable)
@@ -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();
                }