summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index a3ce4108e..1ed6f1757 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -39,7 +39,7 @@
| $autoload['core'] = array('database', 'session', 'xmlrpc');
*/
-$autoload['core'] = array('session');
+$autoload['core'] = array();
/*