We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fff6ee commit 9656dcfCopy full SHA for 9656dcf
src/Bridges/HttpTracy/SessionPanel.php
@@ -23,7 +23,7 @@ class SessionPanel extends Nette\Object implements Tracy\IBarPanel
23
*/
24
public function getTab()
25
{
26
- ob_start(NULL, 0, PHP_OUTPUT_HANDLER_REMOVABLE);
+ ob_start(NULL, 0, PHP_OUTPUT_HANDLER_REMOVABLE | PHP_OUTPUT_HANDLER_CLEANABLE);
27
require __DIR__ . '/templates/SessionPanel.tab.phtml';
28
return ob_get_clean();
29
}
@@ -35,7 +35,7 @@ public function getTab()
35
36
public function getPanel()
37
38
39
require __DIR__ . '/templates/SessionPanel.panel.phtml';
40
41
0 commit comments