mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
PlaceLookup::getAddressDetails() should be public, restore default values
PlaceLookup::getAddressDetails() is also used within the hierarchy.php file so it must not be private.
This commit is contained in:
parent
3505417e3f
commit
a489ac07cd
@ -462,7 +462,7 @@ class PlaceLookup
|
||||
return $aPlaces;
|
||||
}
|
||||
|
||||
private function getAddressDetails($iPlaceID, $bAll, $sHousenumber)
|
||||
public function getAddressDetails($iPlaceID, $bAll = false, $sHousenumber = -1)
|
||||
{
|
||||
$sSQL = 'SELECT *,';
|
||||
$sSQL .= ' get_name_by_language(name,'.$this->aLangPrefOrderSql.') as localname';
|
||||
|
Loading…
Reference in New Issue
Block a user