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:
Daniel Rodriguez 2021-04-12 14:40:28 +00:00
commit b4e469c463
2 changed files with 1 additions and 2 deletions

View File

@ -46,4 +46,3 @@ Pandora FMS is a monitoring tool that not only measures if a parameter is right
<br />
<br />
![screenshot 4](http://wolf359.artica.es/public_images/pandora6.0sp3-sample-visual-console.png)

View File

@ -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']] = [];
}