mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fix entities
This commit is contained in:
parent
b00bb507b6
commit
5dbf868460
@ -350,7 +350,7 @@ class MapsStatusWidget extends Widget
|
||||
|
||||
// This will give us the group name.
|
||||
$data[0] = '<a href="'.$url.'">';
|
||||
$data[0] .= $user_layouts[$id_layout]['name'];
|
||||
$data[0] .= io_safe_output($user_layouts[$id_layout]['name']);
|
||||
$data[0] .= '</a>';
|
||||
|
||||
// Status 0 is OK.
|
||||
|
Loading…
x
Reference in New Issue
Block a user