diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-07 20:59:00 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-07 20:59:00 +0100 |
commit | 88d03c48d5a11f3419feb2409a76bf0591575fd2 (patch) | |
tree | 4a907bda6d8af638a33e42cc74a5196762931651 /system/core/Model.php | |
parent | 64e98aab6ba2c692a881035245efb94a76deb428 (diff) |
Switch quotes
Diffstat (limited to 'system/core/Model.php')
-rwxr-xr-x | system/core/Model.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Model.php b/system/core/Model.php index cd64468b8..a595a6ae2 100755 --- a/system/core/Model.php +++ b/system/core/Model.php @@ -40,7 +40,7 @@ class CI_Model { public function __construct() { - log_message('debug', "Model Class Initialized"); + log_message('debug', 'Model Class Initialized'); } /** |