fix isBackend()
This commit is contained in:
parent
b1ae58cdc5
commit
6546bf5ad6
|
@ -946,7 +946,7 @@ class App
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exclude the backend processes from the session management
|
// Exclude the backend processes from the session management
|
||||||
if (!$module->isBackend()) {
|
if (!$this->isBackend()) {
|
||||||
$stamp1 = microtime(true);
|
$stamp1 = microtime(true);
|
||||||
session_start();
|
session_start();
|
||||||
$this->profiler->saveTimestamp($stamp1, 'parser', Core\System::callstack());
|
$this->profiler->saveTimestamp($stamp1, 'parser', Core\System::callstack());
|
||||||
|
|
Loading…
Reference in a new issue