mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +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::start(false, $relax_key_checks);
|
||||
|
||||
// start debugging
|
||||
Rhymix\Framework\Debug::isEnabledForCurrentUser();
|
||||
|
||||
// start output buffer
|
||||
if (\PHP_SAPI !== 'cli')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue