From: Michael M Slusarz Date: Fri, 2 Jul 2010 19:40:58 +0000 (-0600) Subject: Horde_Url handles &/& for us now. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a220a0ffe003070c634feab906aeb2cea6ae01a5;p=horde.git Horde_Url handles &/& for us now. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 43b51ea11..d34f6379e 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -200,7 +200,7 @@ class Kronolith 'exception' => (string)Horde_Themes::img('exception-fff.png'), ), 'user' => $GLOBALS['registry']->convertUsername($GLOBALS['registry']->getAuth(), false), - 'prefs_url' => str_replace('&', '&', Horde::getServiceLink('options', 'kronolith')->add('ajaxui', 1)), + 'prefs_url' => Horde::getServiceLink('options', 'kronolith')->setRaw(true)->add('ajaxui', 1), 'app_urls' => $app_urls, 'name' => $registry->get('name'), 'has_tasks' => $has_tasks,