From 0c309e95b14648b16353eece8fbab45379483a69 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 7 Dec 2009 17:19:29 +0100 Subject: [PATCH] Cast to string. --- framework/Notification/lib/Horde/Notification/Listener/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.11.0