X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a0dbeabed1a18e9bedb6cb2a6eed4c2b5fbf45cc..0273e128f432c0a683d9c68cfd7d4bd29793c925:/utils/update.php diff --git a/utils/update.php b/utils/update.php index 9175a617..dc8389ab 100755 --- a/utils/update.php +++ b/utils/update.php @@ -106,7 +106,7 @@ if ($aResult['init-updates']) { if (!$aResult['no-update-functions']) { // instantiate setupClass to use the function therein - $cSetup = new SetupFunctions($aResult, 'update'); + $cSetup = new SetupFunctions('update'); $cSetup->createFunctions(); }