]> git.mxchange.org Git - friendica.git/blobdiff - bin/worker.php
[frio] Larger clickable area for tabs
[friendica.git] / bin / worker.php
index aceeff48187a7ad179e1c670864c715ed4e43103..de207ae98fd5fe26be65c944d0bcdc144ea1b17c 100755 (executable)
@@ -62,7 +62,7 @@ DI::init($dice);
 DI::mode()->setExecutor(Mode::WORKER);
 
 // Check the database structure and possibly fixes it
-Update::check(DI::basePath(), true, DI::mode());
+Update::check(DI::basePath(), true);
 
 // Quit when in maintenance
 if (!DI::mode()->has(App\Mode::MAINTENANCEDISABLED)) {