From 4ef82a9d67556dda442771964a32ce5d8a6a581d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 31 Aug 2009 12:10:07 -0600 Subject: [PATCH] Redirect with full URL --- 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 a09cc8e39..06596199e 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -546,7 +546,7 @@ class Horde_Auth } } - return Horde_Util::addParameter($registry->get('webroot', 'horde') . '/login.php', $params, null, false); + return Horde_Util::addParameter(Horde::url($registry->get('webroot', 'horde') . '/login.php', true), $params, null, false); } /** -- 2.11.0