aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/error_collector.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-03-08 19:48:56 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-03-08 19:48:56 -0500
commit87e3560c30365d757280f6ef6f067c29c1f9c5f0 (patch)
tree29e6e24ace3ce5c284b8eef6726c8f5aa5c03b7f /phpBB/includes/error_collector.php
parent020d06cdaac13372feef615b8689ad2526733243 (diff)
downloadforums-87e3560c30365d757280f6ef6f067c29c1f9c5f0.tar
forums-87e3560c30365d757280f6ef6f067c29c1f9c5f0.tar.gz
forums-87e3560c30365d757280f6ef6f067c29c1f9c5f0.tar.bz2
forums-87e3560c30365d757280f6ef6f067c29c1f9c5f0.tar.xz
forums-87e3560c30365d757280f6ef6f067c29c1f9c5f0.zip
[ticket/10057] Fixes for a bunch of small problems.
PHPBB3-10057
Diffstat (limited to 'phpBB/includes/error_collector.php')
-rw-r--r--phpBB/includes/error_collector.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/includes/error_collector.php b/phpBB/includes/error_collector.php
index 6327a38649..55834f354c 100644
--- a/phpBB/includes/error_collector.php
+++ b/phpBB/includes/error_collector.php
@@ -1,4 +1,20 @@
<?php
+/**
+*
+* @package phpBB
+* @version $Id$
+* @copyright (c) 2011 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
+
+/**
+* @ignore
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
class phpbb_error_collector
{