X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cbddfcde5b1613949d173ccd751efc4018969a18..00b1521a6361a5bf57f7d60c0b04f720cd146629:/lib/ParameterParser.php diff --git a/lib/ParameterParser.php b/lib/ParameterParser.php index ae252d67..32a848b9 100644 --- a/lib/ParameterParser.php +++ b/lib/ParameterParser.php @@ -119,10 +119,10 @@ class ParameterParser return $aLangPrefOrder; } - public function hasSetAny($aParams) + public function hasSetAny($aParamNames) { - foreach ($aParams as $sParam) { - if ($this->getBool($sParam)) { + foreach ($aParamNames as $sName) { + if ($this->getBool($sName)) { return true; } }