Fix #1195 debug file not being written if comment is enabled

This commit is contained in:
Kijin Sung 2019-09-13 15:02:00 +09:00
parent 2a13e41953
commit a114976d2b

View file

@ -251,7 +251,7 @@ class DisplayHandler extends Handler
{ {
if ($display_type === 'comment' && Context::getResponseMethod() !== 'HTML') if ($display_type === 'comment' && Context::getResponseMethod() !== 'HTML')
{ {
break; continue;
} }
ob_start(); ob_start();
$data = Rhymix\Framework\Debug::getDebugData(); $data = Rhymix\Framework\Debug::getDebugData();