X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=4a9552aafb2b2e5b7ea326fed2d788eb7a9247ff;hb=38de3a53a5c9d47cffd95a7c686d9a353565bdee;hp=de8311848969c079ad530122c5c81c776fbad87d;hpb=34056c2e4625220e725ad21fce48b0e614ca205d;p=friendica.git diff --git a/src/App.php b/src/App.php index de83118489..4a9552aafb 100644 --- a/src/App.php +++ b/src/App.php @@ -445,11 +445,6 @@ class App Core\Hook::callAll('init_1'); } - // Exclude the backend processes from the session management - if ($this->mode->isBackend()) { - Core\Worker::executeIfIdle(); - } - if ($this->mode->isNormal() && !$this->mode->isBackend()) { $requester = HTTPSignature::getSigner('', $_SERVER); if (!empty($requester)) {