]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
move checkModilePresence to class, delete own debug echo
[nominatim.git] / utils / update.php
index 3f9bf93a5d2d447a19b02d7dce48c3548411397e..0e12bb8671e4f3ed8c66612f8e2f52fb634a5084 100755 (executable)
@@ -71,10 +71,6 @@ if ($aResult['init-updates']) {
     }
 
     if (!$aResult['no-update-functions']) {
-        // Try accessing the C module,
-        if (!checkModulePresence()) {
-            fail('error loading nominatim.so module');
-        }
         // instantiate setupClass to use the function therein
         $cSetup = new SetupFunctions($aResult);
         $cSetup->createFunctions();