We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4f679 commit c8f638bCopy full SHA for c8f638b
main/inc/lib/usergroup.lib.php
@@ -217,7 +217,7 @@ public function get_count($extraWhereCondition = '')
217
INNER JOIN $this->access_url_rel_usergroup a
218
ON (u.id = a.usergroup_id)
219
WHERE access_url_id = $urlId $authorCondition
220
- $extraWhereCondition
+ AND $extraWhereCondition
221
";
222
223
$result = Database::query($sql);
0 commit comments