]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Enhanced test data
[friendica.git] / src / App.php
index de8311848969c079ad530122c5c81c776fbad87d..4a9552aafb2b2e5b7ea326fed2d788eb7a9247ff 100644 (file)
@@ -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)) {