X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/9a5d5d9aec4cf785c8190c37a3136cf09aca6902..c8780da19c32c2ce5f6ea02d86a9db2d96e27195:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 27c33ad6..e02aae94 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -846,7 +846,7 @@ class Geocode $this->aRouteWidth, $this->bBoundedSearch ); - } else if ($this->aViewBox) { + } elseif ($this->aViewBox) { $oCtx->setViewboxFromBox($this->aViewBox, $this->bBoundedSearch); } if ($this->aExcludePlaceIDs) {