Update Dev.php

This commit is contained in:
Roman Kelesidis 2024-12-08 19:10:37 +07:00
commit af47c51ce8

View file

@ -101,6 +101,10 @@ class Dev
{
global $bb_cfg;
if (!$bb_cfg['whoops']['enabled']) {
return;
}
/**
* Show errors on page
*/