Skip to content
Snippets Groups Projects
Verified Commit b19f0dbd authored by Damien's avatar Damien
Browse files

FIX usergroups enabled again

parent 7752448b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<root>
<version>18.10.1</version>
<version>19.12.1</version>
</root>
......@@ -26,8 +26,6 @@ abstract class GroupModelAbstract
$aGroups = DatabaseModel::select([
'select' => empty($aArgs['select']) ? ['*'] : $aArgs['select'],
'table' => ['usergroups'],
'where' => ['enabled = ?'],
'data' => ['Y'],
'order_by' => ['group_desc']
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment