summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-22 15:42:17 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-22 15:42:17 +0100
commit4b6469dd00946cc34835eb680e20735b228562ca (patch)
treea0dc055077ef43d6df175796294e127f2d63e362 /system/core/Loader.php
parentbd6a814e66643a622ff535664c608b2939af299d (diff)
Um ... I meant autoload.php
#3497
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index 20b26d80f..ff7838640 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -1232,7 +1232,7 @@ class CI_Loader {
*/
protected function _ci_autoloader()
{
- if (file_exists(APPPATH.'config/config.php'))
+ if (file_exists(APPPATH.'config/autoload.php'))
{
include(APPPATH.'config/autoload.php');
}