X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1be3d9f48b51a927c26d1ac0035b50b82423916..67b6f6350d783d2078274e26b07136b37ea20f46:/website/polygons.php?ds=sidebyside diff --git a/website/polygons.php b/website/polygons.php index a00e26db..153a279d 100755 --- a/website/polygons.php +++ b/website/polygons.php @@ -6,7 +6,7 @@ require_once(CONST_BasePath.'/lib/log.php'); require_once(CONST_BasePath.'/lib/output.php'); ini_set('memory_limit', '200M'); -$oParams = new ParameterParser(); +$oParams = new Nominatim\ParameterParser(); $sOutputFormat = 'html'; $iDays = $oParams->getInt('days', 1);