commit | fdc63828a876e87742380a4ae077e43f514320b8 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jan 07 21:17:46 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jan 07 21:17:46 2012 +0200 |
tree | aad4289623f465387d71aa74501ae4d73dcc4db1 | |
parent | 7ac33d7a615f9b5e27fe92a0a91c4ebfb19faad3 [diff] [blame] |
Revert DIRECTORY_SEPARATOR changes
diff --git a/system/core/Controller.php b/system/core/Controller.php index 5ae0b09..0dc1317 100644 --- a/system/core/Controller.php +++ b/system/core/Controller.php
@@ -57,7 +57,7 @@ $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()