X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/414e6f089fc361ac22e28227be2d34a256226505..2419066aabea73f78c4f21420b26bc0c633998e7:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index 66b71920..8ad96a95 100644 --- a/utils/setup.php +++ b/utils/setup.php @@ -84,9 +84,7 @@ if ($aCMDResult['setup-db'] || $aCMDResult['all']) { } // Try accessing the C module, so we know early if something is wrong -if (!checkModulePresence()) { - fail('error loading nominatim.so module'); -} +checkModulePresence(); // raises exception on failure if ($aCMDResult['import-data'] || $aCMDResult['all']) { $bDidSomething = true;