From d9835ebc5c4a1fbd2b5af6de0d32c6ddf464e08a Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 9 Dec 2009 10:58:30 -0500 Subject: [PATCH] Horde_Url changes --- timeobjects/lib/Driver/Weatherdotcom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.11.0