* Fix bug.
This commit is contained in:
@@ -219,6 +219,7 @@ class groupModel extends model
|
||||
->from(TABLE_USERGROUP)->alias('t1')
|
||||
->leftJoin(TABLE_USER)->alias('t2')->on('t1.account = t2.account')
|
||||
->where('`group`')->eq((int)$groupID)
|
||||
->beginIF($this->config->vision)->andWhere("CONCAT(',', visions, ',')")->like("%,{$this->config->vision},%")->fi()
|
||||
->andWhere('t2.deleted')->eq(0)
|
||||
->orderBy('t2.account')
|
||||
->fetchPairs();
|
||||
|
||||
Reference in New Issue
Block a user