This commit is contained in:
Alex Tselegidis 2015-10-11 22:21:45 +02:00
parent ca71a6a2ff
commit b4181f502c
1 changed files with 228 additions and 228 deletions

View File

@ -218,7 +218,7 @@ class Google extends CI_Controller {
} catch(Exception $exc) {
echo json_encode(array(
'exceptions' => array($exc)
'exceptions' => array(exceptionToJavaScript($exc))
));
}
}