From: Philipp Holzer Date: Tue, 9 Oct 2018 23:16:51 +0000 (+0200) Subject: Bugfixing Backend X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3eb4332f333a1db00bdbd90aa03396be5d667783;p=friendica.git Bugfixing Backend --- diff --git a/src/App.php b/src/App.php index 293d9d3a56..e947c13ffb 100644 --- a/src/App.php +++ b/src/App.php @@ -1065,7 +1065,7 @@ class App ]; // Check if current module is in backend or backend flag is set - $this->isBackend = (in_array($this->module, $backends) || $this->isBackend); + $this->isBackend = (in_array($this->module, $backends) || $backend || $this->isBackend); } /**