]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
Merge branch 'updatePHP' of https://github.com/ThomasBarris/Nominatim into ThomasBarr...
[nominatim.git] / utils / update.php
index 9175a617a2c454dc6ccd93e8c1157b677f3ccd3a..dc8389abcf24800457448f3fa44ae770885cbe15 100755 (executable)
@@ -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();
     }