mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[feature/dic] Remove unneeded newline
PHPBB3-10739
This commit is contained in:
parent
c6e522afb6
commit
7ed7b19a1f
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue