summaryrefslogtreecommitdiff
path: root/modules/rest/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-18 20:20:05 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-18 20:20:05 -0700
commit295a42e0f1d5bf5ba1a6a11fe7e222da59dae40b (patch)
treeb8f72db591cc5824484fed7252150a89021caffc /modules/rest/controllers
parent545a91270d22506362e67032a3c54fdb21f8823e (diff)
change single to double quotes.
Diffstat (limited to 'modules/rest/controllers')
-rw-r--r--modules/rest/controllers/rest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rest/controllers/rest.php b/modules/rest/controllers/rest.php
index 3e364bff..acc4a7df 100644
--- a/modules/rest/controllers/rest.php
+++ b/modules/rest/controllers/rest.php
@@ -91,7 +91,7 @@ class Rest_Controller extends Controller {
private function _format_exception_response($e) {
// Add this exception to the log
- Kohana_Log::add('error', Kohana_Exception::text($e));
+ Kohana_Log::add("error", Kohana_Exception::text($e));
$rest_exception = array();
if ($e instanceof ORM_Validation_Exception) {