]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/PlaceLookup.php
Merge pull request #1801 from lonvia/rework-classtypes
[nominatim.git] / lib / PlaceLookup.php
index 9cc62f6c8ecc0f03e6a1c7b9497f3fc2b578c313..eebfe98301cc16d2ffc100bbbc0869e358d71167 100644 (file)
@@ -449,8 +449,8 @@ class PlaceLookup
             }
 
             $aPlace['addresstype'] = ClassTypes\getLabelTag(
-                    $aPlace,
-                    $aPlace['country_code']
+                $aPlace,
+                $aPlace['country_code']
             );
         }