From: Jan Schneider Date: Wed, 17 Feb 2010 21:46:40 +0000 (+0100) Subject: We want encoded urls here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0effa829cab0f81ae350b4090120f67ac8eb2e7a;p=horde.git We want encoded urls here. --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index dff62ebc5..ebbc071ab 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -571,7 +571,7 @@ HTML; ->add('return_url', urlencode(self::selfUrl(true, true, true))); case 'logout': - return Horde_Auth::getLogoutUrl(array('reason' => Horde_Auth::REASON_LOGOUT)); + return Horde_Auth::getLogoutUrl(array('reason' => Horde_Auth::REASON_LOGOUT))->setRaw(false); case 'login': return self::url($webroot . '/login.php');