mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-7040-forzar-URL-publica-meta' into 'develop'
Reverted failed change Closes pandora_enterprise#7040 See merge request artica/pandorafms!4007
This commit is contained in:
commit
b4e469c463
@ -46,4 +46,3 @@ Pandora FMS is a monitoring tool that not only measures if a parameter is right
|
||||
<br />
|
||||
<br />
|
||||

|
||||
|
||||
|
@ -211,7 +211,7 @@ if (is_ajax()) {
|
||||
$agents = array_reduce(
|
||||
$rows,
|
||||
function ($carry, $item) {
|
||||
if ($carry[$item['id_tmetaconsole_setup']] === null) {
|
||||
if ($carry[$item['id_tmetaconsole_setup']] === null) {
|
||||
$carry[$item['id_tmetaconsole_setup']] = [];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user