Bugfixing Backend
This commit is contained in:
parent
8cc15fd2a8
commit
3eb4332f33
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ class App
|
||||||
];
|
];
|
||||||
|
|
||||||
// Check if current module is in backend or backend flag is set
|
// 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue