mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Call common.flushDebugInfo automatically on shutdown
This commit is contained in:
parent
516479cf20
commit
191fa7c0c1
4 changed files with 18 additions and 7 deletions
|
|
@ -78,7 +78,7 @@ class DisplayHandler extends Handler
|
|||
}
|
||||
|
||||
// Start the session if $_SESSION was touched
|
||||
Context::getInstance()->checkSessionStatus();
|
||||
Context::checkSessionStatus();
|
||||
|
||||
// header output
|
||||
$httpStatusCode = $oModule->getHttpStatusCode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue