mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11744] Include once
PHPBB3-11744
This commit is contained in:
parent
03ff0581e0
commit
9573b36b32
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx, $phpbb_dispatcher, $phpbb_log;
|
global $phpbb_root_path, $phpEx, $phpbb_dispatcher, $phpbb_log;
|
||||||
|
|
||||||
include($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions_content.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/functions_content.' . $phpEx);
|
||||||
|
|
||||||
set_config(false, false, false, $this->config);
|
set_config(false, false, false, $this->config);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue