From c798577f70867cd863cdecca90a18dc3b7fd9aa7 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 26 Jan 2015 22:33:56 +0100 Subject: [PATCH] remove hack for fixing adminitrative typo --- lib/Geocode.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Geocode.php b/lib/Geocode.php index 11e47d9a..6632cefb 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -1781,7 +1781,6 @@ $bFirst = true; foreach($aToFilter as $iResNum => $aResult) { - if ($aResult['type'] == 'adminitrative') $aResult['type'] = 'administrative'; $this->aExcludePlaceIDs[$aResult['place_id']] = $aResult['place_id']; if ($bFirst) { -- 2.45.2