diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-09-01 19:12:57 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-09-01 19:12:57 +0200 |
commit | 7ed7b19a1f1c3732b561ec3c8a4a39f115b5e6ac (patch) | |
tree | db7d95dc2bd5992cc9e156db14dfa721e65c86f7 /phpBB/common.php | |
parent | c6e522afb6060a9294defe31eafc0130ee3aff15 (diff) | |
download | forums-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.php | 1 |
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'); |