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";