1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

Tracy\Panel: fixed TypeError in renderException()

This commit is contained in:
Miloslav Hůla
2017-09-06 16:54:52 +02:00
committed by David Grudl
parent 5c41282b88
commit 8647901d3c

View File

@@ -73,6 +73,8 @@ class Panel implements Tracy\IBarPanel
'panel' => Helpers::dump($e->getSql(), true),
];
}
return null;
}