Bugfixing Backend

This commit is contained in:
Philipp Holzer 2018-10-10 01:16:51 +02:00
parent 8cc15fd2a8
commit 3eb4332f33
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**