summaryrefslogtreecommitdiffstats
path: root/system/libraries/Calendar.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-26 09:52:09 +0200
committeradmin <devnull@localhost>2006-09-26 09:52:09 +0200
commit7981a9a752c339611ae10a252469f9dbc266fb96 (patch)
tree9a66510a001a586e381b73c355b9888d64519b1a /system/libraries/Calendar.php
parentebbe383453f3f18d09a8c7f3437d5712bdb8e650 (diff)
Diffstat (limited to 'system/libraries/Calendar.php')
-rw-r--r--system/libraries/Calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php
index a3c070390..bde98113a 100644
--- a/system/libraries/Calendar.php
+++ b/system/libraries/Calendar.php
@@ -16,7 +16,7 @@
// INITIALIZE THE CLASS ---------------------------------------------------
$obj =& get_instance();
-$obj->calendar =& new CI_Calendar();
+$obj->init_class('CI_Calendar');
// ------------------------------------------------------------------------