From 1e85af54ffc3e31938ec85987849a93c28bb988d Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Tue, 8 Mar 2011 23:01:12 -0500 Subject: Flipping Phil's IS_CORE to true. --- system/core/CodeIgniter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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); /* * ------------------------------------------------------ -- cgit v1.2.3-24-g4f1b