]> git.mxchange.org Git - friendica.git/commitdiff
fix isBackend()
authorPhilipp Holzer <admin+github@philipp.info>
Tue, 13 Aug 2019 17:05:32 +0000 (19:05 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Tue, 13 Aug 2019 17:05:32 +0000 (19:05 +0200)
src/App.php

index 41d65d1b9d7bb3e22ea0244ce9f23aea834449aa..49721547316880afa852b7691d873a9b4d256a41 100644 (file)
@@ -946,7 +946,7 @@ class App
                        }
 
                        // Exclude the backend processes from the session management
-                       if (!$module->isBackend()) {
+                       if (!$this->isBackend()) {
                                $stamp1 = microtime(true);
                                session_start();
                                $this->profiler->saveTimestamp($stamp1, 'parser', Core\System::callstack());