From: Michael J. Rubinsky Date: Sat, 5 Dec 2009 01:42:42 +0000 (-0500) Subject: Another place to cast Horde::Url to string X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ce89ccb6e0e294f8243934cd769dcdfdb292b3b;p=horde.git Another place to cast Horde::Url to string --- diff --git a/timeobjects/lib/Driver/Weatherdotcom.php b/timeobjects/lib/Driver/Weatherdotcom.php index b80c0817c..02fbee9ff 100644 --- a/timeobjects/lib/Driver/Weatherdotcom.php +++ b/timeobjects/lib/Driver/Weatherdotcom.php @@ -254,7 +254,7 @@ class TimeObjects_Driver_Weatherdotcom extends TimeObjects_Driver 'recurrence' => Horde_Date_Recurrence::RECUR_NONE, 'params' => array(), 'link' => '#', - 'icon' => Horde::url($GLOBALS['registry']->getImageDir('horde') . '/block/weatherdotcom/23x23/' . ($data['day']['conditionIcon'] == '-' ? 'na' : $data['day']['conditionIcon']) . '.png', true, false)); + 'icon' => (string)Horde::url($GLOBALS['registry']->getImageDir('horde') . '/block/weatherdotcom/23x23/' . ($data['day']['conditionIcon'] == '-' ? 'na' : $data['day']['conditionIcon']) . '.png', true, false)); $day->mday++; }