From a948050015060896edcdd9de4f9a304b1569a732 Mon Sep 17 00:00:00 2001 From: ThomasBarris Date: Tue, 18 Sep 2018 09:17:54 +0200 Subject: [PATCH] typo --- lib/setup/SetupClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index f31c2353..927aac5f 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') { -- 2.43.2