[ticket/11700] Use a new style constructor for the error collector

PHPBB3-11700
This commit is contained in:
Nils Adermann 2013-07-14 16:28:30 -04:00
parent 3d45f69572
commit adc58ba084

View file

@ -19,7 +19,7 @@ class phpbb_error_collector
{ {
var $errors; var $errors;
function phpbb_error_collector() function __construct()
{ {
$this->errors = array(); $this->errors = array();
} }