mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#12790 remove entities only name
This commit is contained in:
parent
2daa6f1e87
commit
eecf92657a
@ -3791,7 +3791,7 @@ function visual_map_get_user_layouts(
|
||||
$retval = [];
|
||||
foreach ($layouts as $layout) {
|
||||
if ($only_names) {
|
||||
$retval[$layout['id']] = $layout['name'];
|
||||
$retval[$layout['id']] = io_safe_output($layout['name']);
|
||||
} else {
|
||||
$retval[$layout['id']] = $layout;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user