mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
revert change
This commit is contained in:
parent
58919847cb
commit
eedf15d4e0
@ -262,7 +262,6 @@ class AgentsAlerts extends HTML
|
|||||||
$data[0] = io_safe_output($agent_module['alias']);
|
$data[0] = io_safe_output($agent_module['alias']);
|
||||||
$data[1] = io_safe_output($agent_module['nombre']);
|
$data[1] = io_safe_output($agent_module['nombre']);
|
||||||
$uniqid = $agent_module['id_agente_modulo'];
|
$uniqid = $agent_module['id_agente_modulo'];
|
||||||
if (check_acl($this->idUser, 0, 'LM')) {
|
|
||||||
$data[2] = html_print_anchor(
|
$data[2] = html_print_anchor(
|
||||||
[
|
[
|
||||||
'href' => sprintf(
|
'href' => sprintf(
|
||||||
@ -277,9 +276,6 @@ class AgentsAlerts extends HTML
|
|||||||
],
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
$data[2] = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
array_push($table->data, $data);
|
array_push($table->data, $data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user