@@ -39,7 +39,7 @@ |
||
39 | 39 | */ |
40 | 40 | public function updateBasicMap(&$map, &$autozoom) |
41 | 41 | { |
42 | - foreach($this->owner->PointsOfInterestLayers() as $layer) { |
|
42 | + foreach ($this->owner->PointsOfInterestLayers() as $layer) { |
|
43 | 43 | $layericon = $layer->DefaultIcon(); |
44 | 44 | if ($layericon->ID === 0) { |
45 | 45 | $layericon = null; |