remove hack for fixing adminitrative typo

This commit is contained in:
Sarah Hoffmann
2015-01-26 22:33:56 +01:00
parent 4c2fa68c55
commit c798577f70

View File

@@ -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)
{ {