change single to double quotes.

This commit is contained in:
Bharat Mediratta
2010-06-18 20:20:05 -07:00
parent 545a91270d
commit 295a42e0f1

View File

@@ -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) {