X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/4a321487f3d44241242a1729ab4d137df1f57bfb..b27926fd4d96e0bcb0471543e4f29c14752f43e2:/website/polygons.php 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);