diff --git a/core/groups/groups.php b/core/groups/groups.php index 075926ac1e..4752e3cbe2 100644 --- a/core/groups/groups.php +++ b/core/groups/groups.php @@ -242,7 +242,8 @@ echo " \n"; } if ($show == 'all' && permission_exists('group_all')) { -echo " ".escape($row['domain_name'])."\n"; + $domain = $row['domain_name'] ?? $text['label-global']; + echo " ".escape($domain)."\n"; } echo " \n"; if (permission_exists('group_edit')) {