diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-03-09 05:01:12 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-03-09 05:01:12 +0100 |
commit | 1e85af54ffc3e31938ec85987849a93c28bb988d (patch) | |
tree | 59b3c96fb3760b9ca176d462b91410414c61655d /system | |
parent | babfb29332501d63a7be59d1dbed864d128ffdae (diff) |
Flipping Phil's IS_CORE to true.
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
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); /* * ------------------------------------------------------ |