mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Missed change
This commit is contained in:
parent
498a353a29
commit
a9075463ac
@ -395,7 +395,7 @@ $table_contact->data[] = $data;
|
|||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = '<b>'.__('Secondary groups').'</b>';
|
$data[0] = '<b>'.__('Secondary groups').'</b>';
|
||||||
$secondary_groups = enterprise_hook('agents_get_secondary_groups', [$id_agente]);
|
$secondary_groups = enterprise_hook('agents_get_secondary_groups', [$id_agente]);
|
||||||
if (!$secondary_groups) {
|
if (empty($secondary_groups['for_select']) === true) {
|
||||||
$data[1] = '<em>'.__('N/A').'</em>';
|
$data[1] = '<em>'.__('N/A').'</em>';
|
||||||
} else {
|
} else {
|
||||||
$secondary_links = [];
|
$secondary_links = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user