[feature/dic] Remove unneeded newline

PHPBB3-10739
This commit is contained in:
Igor Wiedler 2012-09-01 19:12:57 +02:00
parent c6e522afb6
commit 7ed7b19a1f

View file

@ -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');