mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:04:13 +02:00
[ticket/11700] Use a new style constructor for the error collector
PHPBB3-11700
This commit is contained in:
@ -19,7 +19,7 @@ class phpbb_error_collector
|
|||||||
{
|
{
|
||||||
var $errors;
|
var $errors;
|
||||||
|
|
||||||
function phpbb_error_collector()
|
function __construct()
|
||||||
{
|
{
|
||||||
$this->errors = array();
|
$this->errors = array();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user