mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #1195 debug file not being written if comment is enabled
This commit is contained in:
parent
2a13e41953
commit
a114976d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class DisplayHandler extends Handler
|
|||
{
|
||||
if ($display_type === 'comment' && Context::getResponseMethod() !== 'HTML')
|
||||
{
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
ob_start();
|
||||
$data = Rhymix\Framework\Debug::getDebugData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue