mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11700] Use a new style constructor for the error collector
PHPBB3-11700
This commit is contained in:
parent
3d45f69572
commit
adc58ba084
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class phpbb_error_collector
|
|||
{
|
||||
var $errors;
|
||||
|
||||
function phpbb_error_collector()
|
||||
function __construct()
|
||||
{
|
||||
$this->errors = array();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue