mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
remove hack for fixing adminitrative typo
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user