summaryrefslogtreecommitdiffstats
path: root/system/core/Controller.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-07 20:17:46 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-07 20:17:46 +0100
commitfdc63828a876e87742380a4ae077e43f514320b8 (patch)
treeaad4289623f465387d71aa74501ae4d73dcc4db1 /system/core/Controller.php
parent7ac33d7a615f9b5e27fe92a0a91c4ebfb19faad3 (diff)
Revert DIRECTORY_SEPARATOR changes
Diffstat (limited to 'system/core/Controller.php')
-rw-r--r--system/core/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Controller.php b/system/core/Controller.php
index 5ae0b0924..0dc131701 100644
--- a/system/core/Controller.php
+++ b/system/core/Controller.php
@@ -57,7 +57,7 @@ class CI_Controller {
$this->load =& load_class('Loader', 'core');
$this->load->initialize();
- log_message('debug', "Controller Class Initialized");
+ log_message('debug', 'Controller Class Initialized');
}
public static function &get_instance()