mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
remove hack for fixing adminitrative typo
This commit is contained in:
@@ -1781,7 +1781,6 @@
|
|||||||
$bFirst = true;
|
$bFirst = true;
|
||||||
foreach($aToFilter as $iResNum => $aResult)
|
foreach($aToFilter as $iResNum => $aResult)
|
||||||
{
|
{
|
||||||
if ($aResult['type'] == 'adminitrative') $aResult['type'] = 'administrative';
|
|
||||||
$this->aExcludePlaceIDs[$aResult['place_id']] = $aResult['place_id'];
|
$this->aExcludePlaceIDs[$aResult['place_id']] = $aResult['place_id'];
|
||||||
if ($bFirst)
|
if ($bFirst)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user