Added missing response variable

This commit is contained in:
Alex Tselegidis 2020-07-01 08:49:17 +02:00
parent 6290b85b82
commit d8a7318c95
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,7 @@ class Backend_api extends CI_Controller {
->set_output(json_encode(AJAX_SUCCESS));
}
$response = AJAX_SUCCESS;
}
catch (Exception $exception)
{