Commit 488b58f1 by Tobin

dc

parent 322ef405
......@@ -318,7 +318,7 @@ class Webservice extends CI_Controller {
} elseif(isset($res['data']) && !empty($res['data']) && sizeof($res['data'] == 0) && $res['status']!=0){
$this->response($res['data']);
}else{
$this->errorResponse($res['code'],$res['message']);
$this->errorResponse('ER06','Ohh No!! Something went South!!');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment