COMPLETE CHECK CHANGE

This commit is contained in:
Velz2020 2019-06-24 11:16:29 +05:30
parent 7cc77bc4a7
commit 791434eb83

View File

@ -7320,7 +7320,7 @@ class PD_Controller extends REST_Controller {
{
$data['dataStatus'] = false;
$data['status'] = REST_Controller::HTTP_NOT_MODIFIED;
$data['msg'] = 'Something Went Wrong / Can`t convet given URL;
$data['msg'] = 'Something Went Wrong / Can`t convet given URL';
$this->response($data,REST_Controller::HTTP_OK);
}