Completed
Push — 3.1 ( fde6df...37f3ef )
by Gordon
19:13 queued 03:03
created
code/PointsOfInterestLayerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.