mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
fix entities
This commit is contained in:
parent
8422aba9d7
commit
b00bb507b6
@ -253,7 +253,7 @@ class MapsStatusWidget extends Widget
|
|||||||
$fields = array_reduce(
|
$fields = array_reduce(
|
||||||
$dataVc,
|
$dataVc,
|
||||||
function ($carry, $item) {
|
function ($carry, $item) {
|
||||||
$carry[$item['id']] = $item['name'];
|
$carry[$item['id']] = io_safe_output($item['name']);
|
||||||
return $carry;
|
return $carry;
|
||||||
},
|
},
|
||||||
[]
|
[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user