From: Jan Schneider Date: Wed, 28 Jul 2010 15:58:28 +0000 (+0200) Subject: Cast to string. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=94e1c9b267a29b7b7ce43abd4550cf547e88f323;p=horde.git Cast to string. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 59296abc9..0056a2688 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -139,7 +139,7 @@ class Kronolith 'exception' => (string)Horde_Themes::img('exception-fff.png'), ), 'user' => $GLOBALS['registry']->convertUsername($GLOBALS['registry']->getAuth(), false), - 'prefs_url' => Horde::getServiceLink('options', 'kronolith')->setRaw(true)->add('ajaxui', 1), + 'prefs_url' => (string)Horde::getServiceLink('options', 'kronolith')->setRaw(true)->add('ajaxui', 1), 'app_urls' => $app_urls, 'name' => $registry->get('name'), 'has_tasks' => $has_tasks,