[ticket/11744] Include once

PHPBB3-11744
This commit is contained in:
Nathaniel Guse 2013-07-26 13:23:33 -05:00
parent 03ff0581e0
commit 9573b36b32

View file

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