@@ -49,7 +49,7 @@ |
||
49 | 49 | */ |
50 | 50 | public function updateBasicMap(&$map, &$autozoom) { |
51 | 51 | if (Object::has_extension($this->owner->ClassName, 'PointsOfInterestLayerExtension')) { |
52 | - foreach($this->owner->PointsOfInterestLayers() as $layer) { |
|
52 | + foreach ($this->owner->PointsOfInterestLayers() as $layer) { |
|
53 | 53 | $layericon = $layer->DefaultIcon(); |
54 | 54 | if ($layericon->ID === 0) { |
55 | 55 | $layericon = null; |