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