mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Call Debug::isEnabledForCurrentUser() in Context::init() after session start
This commit is contained in:
parent
7e30c7b02e
commit
73c35e2f31
1 changed files with 3 additions and 0 deletions
|
|
@ -365,6 +365,9 @@ class Context
|
||||||
Rhymix\Framework\Session::checkSSO($site_module_info);
|
Rhymix\Framework\Session::checkSSO($site_module_info);
|
||||||
Rhymix\Framework\Session::start(false, $relax_key_checks);
|
Rhymix\Framework\Session::start(false, $relax_key_checks);
|
||||||
|
|
||||||
|
// start debugging
|
||||||
|
Rhymix\Framework\Debug::isEnabledForCurrentUser();
|
||||||
|
|
||||||
// start output buffer
|
// start output buffer
|
||||||
if (\PHP_SAPI !== 'cli')
|
if (\PHP_SAPI !== 'cli')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue