* Fix webhook error.

This commit is contained in:
Yagami
2020-11-03 14:49:58 +08:00
parent 4a5b1437c1
commit 4eb32ead8b
+1 -1
View File
@@ -232,7 +232,7 @@ class webhook extends control
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);
$users = $this->loadModel('user')->getByQuery($query = '', $pager);
$users = $this->loadModel('user')->getByQuery('inside', $query = '', $pager);
$unbindUsers = array();
$bindedUsers = array();