mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +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()
|
function install()
|
||||||
{
|
{
|
||||||
set_error_handler(array(&$this, 'error_handler'));
|
set_error_handler(array(&$this, 'error_handler'), error_reporting());
|
||||||
}
|
}
|
||||||
|
|
||||||
function uninstall()
|
function uninstall()
|
||||||
|
Reference in New Issue
Block a user