From bf2ddd548f9c99523b0166c0ac925f0166782a8e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 9 Feb 2019 08:18:43 -0700 Subject: [PATCH] Update groups.php --- core/groups/groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/groups/groups.php b/core/groups/groups.php index 1198ea21f5..973e70e9eb 100644 --- a/core/groups/groups.php +++ b/core/groups/groups.php @@ -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']."' "; }