Commit fe2a3c60 by Tobin

dc

parent 7c42cc24
...@@ -585,7 +585,7 @@ class Webservice extends CI_Controller { ...@@ -585,7 +585,7 @@ class Webservice extends CI_Controller {
$data = (array) json_decode(file_get_contents('php://input')); $data = (array) json_decode(file_get_contents('php://input'));
$data['auth_token'] = $this->auth_token; $data['auth_token'] = $this->auth_token;
$res = $this->Api_model->update_user_visibility($data); $res = $this->Webservice_model->update_user_visibility($data);
if($res['status'] != 0){ if($res['status'] != 0){
$this->response(); $this->response();
} else { } else {
......
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