From: Jan Schneider Date: Mon, 7 Dec 2009 16:19:29 +0000 (+0100) Subject: Cast to string. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0c309e95b14648b16353eece8fbab45379483a69;p=horde.git Cast to string. --- diff --git a/framework/Notification/lib/Horde/Notification/Listener/Status.php b/framework/Notification/lib/Horde/Notification/Listener/Status.php index 301e67139..9e6e6f26d 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Status.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Status.php @@ -102,7 +102,7 @@ class Horde_Notification_Listener_Status extends Horde_Notification_Listener if (!empty($result['alarm']['params']['notify']['ajax'])) { $result['alarm']['ajax'] = $result['alarm']['params']['notify']['ajax']; } elseif (!empty($result['alarm']['params']['notify']['show'])) { - $result['alarm']['url'] = Horde::url($GLOBALS['registry']->linkByPackage($result['alarm']['params']['notify']['show']['__app'], 'show', $result['alarm']['params']['notify']['show']), true); + $result['alarm']['url'] = (string)Horde::url($GLOBALS['registry']->linkByPackage($result['alarm']['params']['notify']['show']['__app'], 'show', $result['alarm']['params']['notify']['show']), true); } unset($result['alarm']['params']['notify'], $result['alarm']['methods']);