mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Move ob_start() from addon script to Context class if using delay_session
This commit is contained in:
parent
3b9a9c0f7a
commit
040d120710
2 changed files with 1 additions and 2 deletions
|
|
@ -373,6 +373,7 @@ class Context
|
|||
}
|
||||
else
|
||||
{
|
||||
ob_start();
|
||||
$this->setCacheControl(-1, true);
|
||||
register_shutdown_function(array($this, 'checkSessionStatus'));
|
||||
$_SESSION = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue