From 94e1c9b267a29b7b7ce43abd4550cf547e88f323 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 28 Jul 2010 17:58:28 +0200 Subject: [PATCH] Cast to string. --- kronolith/lib/Kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0