commit | 1e85af54ffc3e31938ec85987849a93c28bb988d | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Tue Mar 08 23:01:12 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Tue Mar 08 23:01:12 2011 -0500 |
tree | 59b3c96fb3760b9ca176d462b91410414c61655d | |
parent | babfb29332501d63a7be59d1dbed864d128ffdae [diff] |
Flipping Phil's IS_CORE to true.
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 1c06488..0d0fffb 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); /* * ------------------------------------------------------