From: ThomasBarris Date: Tue, 18 Sep 2018 19:29:24 +0000 (+0200) Subject: Merge branch 'updatePHP' of https://github.com/ThomasBarris/Nominatim into updatePHP X-Git-Tag: v3.3.0~84^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e92b54b869f3b3d1828b3c6468a216e2f56a5043?hp=0273e128f432c0a683d9c68cfd7d4bd29793c925 Merge branch 'updatePHP' of https://github.com/ThomasBarris/Nominatim into updatePHP --- diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index 3b4f683d..fbcf9b5c 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -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') {