From: Jan Schneider Date: Tue, 25 May 2010 14:31:44 +0000 (+0200) Subject: Add the full url, when redirecting to the login screen. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=540b75239a5988f087ed44521b8dd3236a26057e;p=horde.git Add the full url, when redirecting to the login screen. --- diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index 6d6ef6504..eececf5fd 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -556,7 +556,7 @@ class Horde_Auth ); } else { $params = array( - 'url' => Horde::selfUrl(true) + 'url' => Horde::selfUrl(true, true, true) ); }