Update groups.php

This commit is contained in:
FusionPBX 2019-02-09 08:18:43 -07:00 committed by GitHub
parent 0420d20440
commit 1bb4acfe34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
//get group counts
$sql = "select group_uuid, count(user_uuid) as group_count from v_group_users ";
$sql = "select group_uuid, count(user_uuid) as group_count from v_user_groups ";
if (!permission_exists('user_all')) {
$sql .= "where domain_uuid = '".$_SESSION['domain_uuid']."' ";
}