mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 15:29:55 -04:00
change single to double quotes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user