Skip to content

Commit

Permalink
change single to double quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 19, 2010
1 parent 545a912 commit 295a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rest/controllers/rest.php
Expand Up @@ -91,7 +91,7 @@ public function __call($function, $args) {

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) {
Expand Down

0 comments on commit 295a42e

Please sign in to comment.