mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Secrete group does not appear in search form.
This commit is contained in:
@ -53,7 +53,7 @@ class search {
|
||||
//Request
|
||||
$results = db()->select(
|
||||
GroupsComponent::GROUPS_LIST_TABLE,
|
||||
"WHERE name LIKE ?",
|
||||
"WHERE name LIKE ? AND visibility != ".GroupInfo::SECRET_GROUP,
|
||||
array($query),
|
||||
array("id")
|
||||
);
|
||||
|
Reference in New Issue
Block a user