Common_Masters_Controller.php : ps

This commit is contained in:
gandhimathi 2018-10-06 07:20:05 +00:00
parent 303f746960
commit ca8aa1eaa7

View File

@ -371,8 +371,7 @@ class Common_Masters_Controller extends REST_Controller {
}
if(count($result) !=0 )
if(!empty($result))
{
$data['dataStatus'] = true;
$data['status'] = REST_Controller::HTTP_OK;