]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/PostUpdate.php
Merge pull request #6746 from nupplaphil/issue/6338-notices
[friendica.git] / src / Core / Console / PostUpdate.php
index 103d0fef7e68062928cdfd79100234a8dfd0187d..a903cd7dd49ccefe137aaf9b1efd4ffcd90d6627 100644 (file)
@@ -56,7 +56,7 @@ HELP;
                }
 
                echo L10n::t('Check for pending update actions.') . "\n";
-               Update::run($a->getBasePath(), true, true, false);
+               Update::run($a->getBasePath(), true, false, true, false);
                echo L10n::t('Done.') . "\n";
 
                echo L10n::t('Execute pending post updates.') . "\n";