mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Bugfix
This commit is contained in:
parent
2c88d33709
commit
167cd67ece
@ -101,7 +101,7 @@ $height = get_parameter('height', null);
|
||||
$parent = get_parameter('parent', null);
|
||||
$map_linked = get_parameter('map_linked', null);
|
||||
$linked_map_node_id = get_parameter('linked_map_node_id', null);
|
||||
$linked_map_status_calculation_type = get_parameter('linked_map_status_calculation_type', 'default');
|
||||
$linked_map_status_calculation_type = get_parameter('linked_map_status_calculation_type', null);
|
||||
|
||||
$map_linked_weight = get_parameter('map_linked_weight', null);
|
||||
if ($map_linked_weight !== null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user