]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/DBUpdate.php
Merge pull request #12814 from nupplaphil/bug/config_multi_serialize
[friendica.git] / src / Worker / DBUpdate.php
index e11f7bf40decc3d658578dce7022ce871410d4ed..7b7c3b8c92d97c9ac9a6a636bdf98fa05e36150f 100644 (file)
@@ -32,7 +32,7 @@ class DBUpdate
        public static function execute()
        {
                // Just in case the last update wasn't failed
-               if (DI::config()->get('system', 'update', Update::SUCCESS, true) != Update::FAILED) {
+               if (DI::config()->get('system', 'update', Update::SUCCESS) != Update::FAILED) {
                        Update::run(DI::app()->getBasePath());
                }
        }