]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Hardening ConfigUpgrade
[friendica.git] / src / App.php
index c0afd514d036068983afd1cf6c6b8a6f16b3f008..ff8cc2c12340dc81ede04070cffdef808326f9a3 100644 (file)
@@ -1187,7 +1187,7 @@ class App
                        $this->module = 'maintenance';
                } else {
                        $this->checkURL();
-                       Core\Update::check($this->getBasePath(), false);
+                       Core\Update::check($this->getBasePath(), false, $this->getMode());
                        Core\Addon::loadAddons();
                        Core\Hook::loadHooks();
                }