summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorversalle88 <andrew.versalle@gmail.com>2016-02-23 17:47:45 +0100
committerversalle88 <andrew.versalle@gmail.com>2016-02-23 17:47:45 +0100
commit1e4e75421ec0fd00b75de1b34ca60d84b300e050 (patch)
treeff50911b63316b263170c543de15d13c2bd957ec /system
parent17c52eaef97a58545004b49141689ef612c9456c (diff)
Removed
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Session/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php
index 77c56ae70..b93c00c15 100644
--- a/system/libraries/Session/Session.php
+++ b/system/libraries/Session/Session.php
@@ -231,7 +231,7 @@ class CI_Session {
}
}
- if ( ! class_exists($prefix.$class, FALSE) && file_exists($file_path = APPPATH.'libraries/Session/drivers/'.$prefix.$class.'.php'))
+ if ( ! class_exists($prefix.$class) && file_exists($file_path = APPPATH.'libraries/Session/drivers/'.$prefix.$class.'.php'))
{
require_once($file_path);
if (class_exists($prefix.$class, FALSE))