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);
 
 /*
  * ------------------------------------------------------