aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/error_collector.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/error_collector.php')
-rw-r--r--phpBB/phpbb/error_collector.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/phpbb/error_collector.php b/phpBB/phpbb/error_collector.php
index 358da747b8..9b3216e32f 100644
--- a/phpBB/phpbb/error_collector.php
+++ b/phpBB/phpbb/error_collector.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb;
+
/**
* @ignore
*/
@@ -15,11 +17,11 @@ if (!defined('IN_PHPBB'))
exit;
}
-class phpbb_error_collector
+class error_collector
{
var $errors;
- function phpbb_error_collector()
+ function __construct()
{
$this->errors = array();
}