From: Jan Schneider Date: Mon, 25 May 2009 21:17:25 +0000 (+0200) Subject: Fix changed ctor name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9e85e39c0d748254a2aab1caba731b7ded0cb1df;p=horde.git Fix changed ctor name. --- 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) {