From 540b75239a5988f087ed44521b8dd3236a26057e Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 25 May 2010 16:31:44 +0200 Subject: [PATCH] Add the full url, when redirecting to the login screen. --- framework/Auth/lib/Horde/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); } -- 2.11.0