commit | 88d03c48d5a11f3419feb2409a76bf0591575fd2 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jan 07 21:59:00 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jan 07 21:59:00 2012 +0200 |
tree | 4a907bda6d8af638a33e42cc74a5196762931651 | |
parent | 64e98aab6ba2c692a881035245efb94a76deb428 [diff] [blame] |
Switch quotes
diff --git a/system/core/Model.php b/system/core/Model.php index cd64468..a595a6a 100755 --- a/system/core/Model.php +++ b/system/core/Model.php
@@ -40,7 +40,7 @@ public function __construct() { - log_message('debug', "Model Class Initialized"); + log_message('debug', 'Model Class Initialized'); } /**