From d1c7815c4e12a3a8bf46fe25dff5c1636a525aac Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sun, 24 Feb 2019 12:51:46 +0100 Subject: [PATCH] added whitespace --- src/Core/Console/PostUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Console/PostUpdate.php b/src/Core/Console/PostUpdate.php index a34fc0bcf..a903cd7dd 100644 --- a/src/Core/Console/PostUpdate.php +++ b/src/Core/Console/PostUpdate.php @@ -56,7 +56,7 @@ HELP; } echo L10n::t('Check for pending update actions.') . "\n"; - Update::run($a->getBasePath(), true, false,true, false); + Update::run($a->getBasePath(), true, false, true, false); echo L10n::t('Done.') . "\n"; echo L10n::t('Execute pending post updates.') . "\n";