summaryrefslogtreecommitdiffstats
path: root/system/core/Model.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-07 20:59:00 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-07 20:59:00 +0100
commit88d03c48d5a11f3419feb2409a76bf0591575fd2 (patch)
tree4a907bda6d8af638a33e42cc74a5196762931651 /system/core/Model.php
parent64e98aab6ba2c692a881035245efb94a76deb428 (diff)
Switch quotes
Diffstat (limited to 'system/core/Model.php')
-rwxr-xr-xsystem/core/Model.php2
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');
}
/**