mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
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