Commit 2eaee125 by Jansa Jose

search

parent a642d214
...@@ -3135,7 +3135,7 @@ class Webservice extends CI_Controller { ...@@ -3135,7 +3135,7 @@ class Webservice extends CI_Controller {
$start = 0; $start = 0;
} }
$type = 'user'; $type = 'user';
$notificationResult = $this->Webservice_model->get_recent_chat_list($auth_result->userid, 0, 0); $notificationResult = $this->Webservice_model->get_recent_chat_list($auth_result->userid,0, 0,$type);
$result = $this->Webservice_model->get_recent_chat_list($auth_result->userid,$start,$per_page,$type); $result = $this->Webservice_model->get_recent_chat_list($auth_result->userid,$start,$per_page,$type);
$chatArray = array(); $chatArray = array();
......
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