Browse Source

Update groups.php

FusionPBX 6 years ago
parent
commit
65b437bca9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/groups/groups.php

+ 1 - 1
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']."' ";
 	}