From: Michael J. Rubinsky Date: Wed, 9 Dec 2009 15:58:30 +0000 (-0500) Subject: Horde_Url changes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d9835ebc5c4a1fbd2b5af6de0d32c6ddf464e08a;p=horde.git Horde_Url changes --- diff --git a/timeobjects/lib/Driver/Weatherdotcom.php b/timeobjects/lib/Driver/Weatherdotcom.php index 02fbee9ff..b9dd83651 100644 --- a/timeobjects/lib/Driver/Weatherdotcom.php +++ b/timeobjects/lib/Driver/Weatherdotcom.php @@ -253,7 +253,7 @@ class TimeObjects_Driver_Weatherdotcom extends TimeObjects_Driver 'end' => $day_end->strftime('%Y-%m-%dT00:00:00'), 'recurrence' => Horde_Date_Recurrence::RECUR_NONE, 'params' => array(), - 'link' => '#', + 'link' => new Horde_Url('#'), 'icon' => (string)Horde::url($GLOBALS['registry']->getImageDir('horde') . '/block/weatherdotcom/23x23/' . ($data['day']['conditionIcon'] == '-' ? 'na' : $data['day']['conditionIcon']) . '.png', true, false)); $day->mday++;