mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Delete check f acl in gis map. Tiquet: #2989
(cherry picked from commit 9455d54a7617fe2b9e8a574511ba48a6e9675a25)
This commit is contained in:
parent
769f2c2899
commit
c20ba9023f
@ -193,7 +193,7 @@ if ($layers != false) {
|
||||
$icon_size = getimagesize($icon);
|
||||
$icon_width = $icon_size[0];
|
||||
$icon_height = $icon_size[1];
|
||||
$status = agents_get_status($idAgent);
|
||||
$status = agents_get_status($idAgent,true);
|
||||
$parent = db_get_value('id_parent', 'tagente', 'id_agente', $idAgent);
|
||||
|
||||
gis_add_agent_point($layer['layer_name'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user