mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Merge branch 'updatePHP' of https://github.com/ThomasBarris/Nominatim into updatePHP
This commit is contained in:
@@ -64,7 +64,7 @@ class SetupFunctions
|
||||
}
|
||||
|
||||
// if class is instantiated by update.php, we have to set EnableDiffUpdates to true
|
||||
// otherwise set to value provided comand line to setup.php
|
||||
// otherwise set to value provided by setup.php's command line arg array
|
||||
if ($callingFunction == 'update') {
|
||||
$this->bEnableDiffUpdates = true;
|
||||
} elseif ($callingFunction == 'setup') {
|
||||
|
||||
Reference in New Issue
Block a user