1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13306] add error level to collector

https://tracker.phpbb.com/browse/PHPBB3-13306

PHPBB3-13306
This commit is contained in:
omniError
2014-11-10 18:05:18 -06:00
parent 6a4cb42565
commit a143a19b8b

View File

@@ -24,7 +24,7 @@ class error_collector
function install()
{
set_error_handler(array(&$this, 'error_handler'));
set_error_handler(array(&$this, 'error_handler'), error_reporting());
}
function uninstall()