Merge pull request #4478 from Nicofuma/ticket/14813

[ticket/14813] Add missing functions_compatibiity in phpbbcli
This commit is contained in:
Marc Alexander 2016-10-09 15:58:31 +02:00
commit 8ce95413aa
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -42,6 +42,7 @@ require($phpbb_root_path . 'includes/constants.' . $phpEx);
require($phpbb_root_path . 'includes/functions.' . $phpEx); require($phpbb_root_path . 'includes/functions.' . $phpEx);
require($phpbb_root_path . 'includes/functions_admin.' . $phpEx); require($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx); require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
require($phpbb_root_path . 'includes/functions_compatibility.' . $phpEx);
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx); $phpbb_container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
$phpbb_container = $phpbb_container_builder->with_config($phpbb_config_php_file); $phpbb_container = $phpbb_container_builder->with_config($phpbb_config_php_file);