X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FPostUpdate.php;h=a903cd7dd49ccefe137aaf9b1efd4ffcd90d6627;hb=efe358c617d18740b63cd0dcb1ee23591fcb0e2d;hp=a34fc0bcf75ce6a73227ea3fe0006c744399eb74;hpb=aae58815a8cd66d26a58c586dd083224a29dfb24;p=friendica.git diff --git a/src/Core/Console/PostUpdate.php b/src/Core/Console/PostUpdate.php index a34fc0bcf7..a903cd7dd4 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";