projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50314ca
)
Fix changed ctor name.
author
Jan Schneider
<jan@horde.org>
Mon, 25 May 2009 21:17:25 +0000
(23:17 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 25 May 2009 21:17:25 +0000
(23:17 +0200)
kronolith/lib/Day.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Day.php
b/kronolith/lib/Day.php
index
b25f241
..
c9ddda2
100644
(file)
--- 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) {