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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user