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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/error_collector.php b/phpBB/phpbb/error_collector.php
index 0a6462d046..9b3216e32f 100644
--- a/phpBB/phpbb/error_collector.php
+++ b/phpBB/phpbb/error_collector.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb;
+
/**
* @ignore
*/
@@ -15,7 +17,7 @@ if (!defined('IN_PHPBB'))
exit;
}
-class phpbb_error_collector
+class error_collector
{
var $errors;