From: Michael M Slusarz Date: Mon, 31 Aug 2009 18:10:07 +0000 (-0600) Subject: Redirect with full URL X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4ef82a9d67556dda442771964a32ce5d8a6a581d;p=horde.git Redirect with full URL --- 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); } /**