Fix for regressions: broken bounded search, error on country codes

This commit is contained in:
Brian Quinion
2013-08-30 12:18:57 +01:00
parent 662af78319
commit eb793ae26e
3 changed files with 11 additions and 5 deletions

View File

@@ -55,7 +55,7 @@
$aCountryCodes[] = strtolower($sCountryCode);
}
}
$oGeocode->setCountryCodeList($aCountryCodes);
$oGeocode->setCountryCodesList($aCountryCodes);
}
if (isset($aParams['viewboxlbrt']) && $aParams['viewboxlbrt'])