Add the full url, when redirecting to the login screen.
authorJan Schneider <jan@horde.org>
Tue, 25 May 2010 14:31:44 +0000 (16:31 +0200)
committerJan Schneider <jan@horde.org>
Tue, 25 May 2010 14:31:44 +0000 (16:31 +0200)
framework/Auth/lib/Horde/Auth.php

index 6d6ef65..eececf5 100644 (file)
@@ -556,7 +556,7 @@ class Horde_Auth
             );
         } else {
             $params = array(
-                'url' => Horde::selfUrl(true)
+                'url' => Horde::selfUrl(true, true, true)
             );
         }