mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
typo
This commit is contained in:
parent
a0dbeabed1
commit
a948050015
@ -64,7 +64,7 @@ class SetupFunctions
|
|||||||
}
|
}
|
||||||
|
|
||||||
// if class is instantiated by update.php, we have to set EnableDiffUpdates to true
|
// 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') {
|
if ($callingFunction == 'update') {
|
||||||
$this->bEnableDiffUpdates = true;
|
$this->bEnableDiffUpdates = true;
|
||||||
} elseif ($callingFunction == 'setup') {
|
} elseif ($callingFunction == 'setup') {
|
||||||
|
Loading…
Reference in New Issue
Block a user