mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add missing label for global groups (#7668)
* Add missing label for global groups * Update groups.php
This commit is contained in:
@@ -242,7 +242,8 @@
|
|||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
}
|
}
|
||||||
if ($show == 'all' && permission_exists('group_all')) {
|
if ($show == 'all' && permission_exists('group_all')) {
|
||||||
echo " <td>".escape($row['domain_name'])."</td>\n";
|
$domain = $row['domain_name'] ?? $text['label-global'];
|
||||||
|
echo " <td>".escape($domain)."</td>\n";
|
||||||
}
|
}
|
||||||
echo " <td>\n";
|
echo " <td>\n";
|
||||||
if (permission_exists('group_edit')) {
|
if (permission_exists('group_edit')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user