diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-19 10:51:05 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-19 10:51:05 -0700 |
commit | 5736698b4ba17e382468ed9fdfed4b46e37f763e (patch) | |
tree | 46a50c09434cc4da865f1a9e18bc6631358adaaa | |
parent | 009323e0a0c68f6e2fc4aa1409c71e82b7bf6975 (diff) |
single -> double quotes.
-rw-r--r-- | modules/gallery/libraries/MY_Kohana_Exception.php | 2 |
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(); |