mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Fixes #4
This commit is contained in:
parent
ca71a6a2ff
commit
b4181f502c
1 changed files with 228 additions and 228 deletions
|
@ -218,7 +218,7 @@ class Google extends CI_Controller {
|
|||
|
||||
} catch(Exception $exc) {
|
||||
echo json_encode(array(
|
||||
'exceptions' => array($exc)
|
||||
'exceptions' => array(exceptionToJavaScript($exc))
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue