summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session.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/Session.php
parentebbe383453f3f18d09a8c7f3437d5712bdb8e650 (diff)
Diffstat (limited to 'system/libraries/Session.php')
-rw-r--r--system/libraries/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session.php b/system/libraries/Session.php
index bcd2e4d7e..76acbfea9 100644
--- a/system/libraries/Session.php
+++ b/system/libraries/Session.php
@@ -16,7 +16,7 @@
// INITIALIZE THE CLASS ---------------------------------------------------
$obj =& get_instance();
-$obj->session =& new CI_Session();
+$obj->init_class('CI_Session');
// ------------------------------------------------------------------------