changed parameters for lookup function in the reverse.php

This commit is contained in:
gemo1011
2018-05-22 12:31:53 +02:00
parent ab5bcd6d2f
commit 43ee4a8faf

View File

@@ -55,7 +55,9 @@ if (isset($aPlace)) {
$aPlace['place_id'],
$aPlace['lon'],
$aPlace['lat'],
$fRadius
$fRadius,
$fLat,
$fLon
);
if ($aOutlineResult) {