forked from mirrors/easyappointments
Added missing response variable
This commit is contained in:
parent
6290b85b82
commit
d8a7318c95
1 changed files with 1 additions and 0 deletions
|
@ -777,6 +777,7 @@ class Backend_api extends CI_Controller {
|
|||
->set_output(json_encode(AJAX_SUCCESS));
|
||||
}
|
||||
|
||||
$response = AJAX_SUCCESS;
|
||||
}
|
||||
catch (Exception $exception)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue