aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-09-01 19:12:57 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-09-01 19:12:57 +0200
commit7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac (patch)
treedb7d95dc2bd5992cc9e156db14dfa721e65c86f7 /phpBB/common.php
parentc6e522afb6060a9294defe31eafc0130ee3aff15 (diff)
downloadforums-7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac.tar
forums-7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac.tar.gz
forums-7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac.tar.bz2
forums-7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac.tar.xz
forums-7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac.zip
[feature/dic] Remove unneeded newline
PHPBB3-10739
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 6ca495a7e3..281eb88c4d 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -86,7 +86,6 @@ require($phpbb_root_path . 'includes/constants.' . $phpEx);
require($phpbb_root_path . 'includes/db/' . ltrim($dbms, 'dbal_') . '.' . $phpEx);
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
-
// Set PHP error handler to ours
set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handler');