mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
make phpcs happy
This commit is contained in:
@@ -156,7 +156,7 @@ class SetupFunctions
|
|||||||
chmod($sDest.'/nominatim.so', 0755);
|
chmod($sDest.'/nominatim.so', 0755);
|
||||||
info("Database module installed at $sDest.");
|
info("Database module installed at $sDest.");
|
||||||
} else {
|
} else {
|
||||||
info("Running from build directory. Leaving database module as is.");
|
info('Running from build directory. Leaving database module as is.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Try accessing the C module, so we know early if something is wrong
|
// Try accessing the C module, so we know early if something is wrong
|
||||||
|
|||||||
Reference in New Issue
Block a user