From 9e85e39c0d748254a2aab1caba731b7ded0cb1df Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 25 May 2009 23:17:25 +0200 Subject: [PATCH] Fix changed ctor name. --- kronolith/lib/Day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Day.php b/kronolith/lib/Day.php index b25f24188..c9ddda205 100644 --- a/kronolith/lib/Day.php +++ b/kronolith/lib/Day.php @@ -56,7 +56,7 @@ class Kronolith_Day extends Horde_Date { if (is_null($day)) { $day = date('j'); } - parent::Horde_Date(array('year' => $year, 'month' => $month, 'mday' => $day)); + parent::__construct(array('year' => $year, 'month' => $month, 'mday' => $day)); $this->_slotsPerHour = $GLOBALS['prefs']->getValue('slots_per_hour'); if (!$this->_slotsPerHour) { -- 2.11.0