summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-19 10:51:05 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-19 10:51:05 -0700
commit5736698b4ba17e382468ed9fdfed4b46e37f763e (patch)
tree46a50c09434cc4da865f1a9e18bc6631358adaaa /modules
parent009323e0a0c68f6e2fc4aa1409c71e82b7bf6975 (diff)
single -> double quotes.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/libraries/MY_Kohana_Exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/MY_Kohana_Exception.php b/modules/gallery/libraries/MY_Kohana_Exception.php
index df7557ae..11556f7a 100644
--- a/modules/gallery/libraries/MY_Kohana_Exception.php
+++ b/modules/gallery/libraries/MY_Kohana_Exception.php
@@ -61,7 +61,7 @@ class Kohana_Exception extends Kohana_Exception_Core {
$error = Kohana_Exception::text($e);
// Add this exception to the log
- Kohana_Log::add('error', $error);
+ Kohana_Log::add("error", $error);
// Manually save logs after exceptions
Kohana_Log::save();