summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-03-09 05:01:12 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-03-09 05:01:12 +0100
commit1e85af54ffc3e31938ec85987849a93c28bb988d (patch)
tree59b3c96fb3760b9ca176d462b91410414c61655d /system
parentbabfb29332501d63a7be59d1dbed864d128ffdae (diff)
Flipping Phil's IS_CORE to true.
Diffstat (limited to 'system')
-rw-r--r--system/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 1c06488f0..0d0fffbe1 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -39,7 +39,7 @@
* Define the CodeIgniter Branch (Core = TRUE, Reactor = FALSE)
* ------------------------------------------------------
*/
- define('CI_CORE', FALSE);
+ define('CI_CORE', TRUE);
/*
* ------------------------------------------------------