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