]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove connect() in update script
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 26 Jul 2020 10:27:52 +0000 (12:27 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 26 Jul 2020 10:27:52 +0000 (12:27 +0200)
This is now implicit.

utils/update.php

index 189a18255090732a4d62f08f9436caa8447b99da..fdc955ea26fa9a7e680f7f6d243c0f3d90752d58 100644 (file)
@@ -151,7 +151,6 @@ if ($aResult['init-updates']) {
                                       'enable-diff-updates' => true,
                                       'verbose' => $aResult['verbose']
                                      ));
-        $cSetup->connect();
         $cSetup->createFunctions();
     }