]> git.mxchange.org Git - friendica.git/blobdiff - scripts/worker.php
fix docstring of `get_poke_verbs()`
[friendica.git] / scripts / worker.php
index a821fc1abecdbdd3f4dcf5a4d79733ed06414526..ba17750f053b33147e1c2ce4a3f3b5f87cbeaa44 100755 (executable)
@@ -37,7 +37,7 @@ Config::load();
 check_db(true);
 
 // Quit when in maintenance
-if (Config::get('system', 'maintenance', true)) {
+if (Config::get('system', 'maintenance', false, true)) {
        return;
 }