Horde_Url changes
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 9 Dec 2009 15:58:30 +0000 (10:58 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 9 Dec 2009 15:58:30 +0000 (10:58 -0500)
timeobjects/lib/Driver/Weatherdotcom.php

index 02fbee9..b9dd836 100644 (file)
@@ -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++;