1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/16508] Fix WhoIs lookup

PHPBB3-16508
This commit is contained in:
3D-I
2020-06-02 15:10:00 +02:00
committed by Marc Alexander
parent 4d5e8df8e6
commit 642b774530

View File

@@ -13,7 +13,7 @@ class phpbb_functions_user_whois_test extends phpbb_test_case
{
protected function setUp()
{
global $config, $phpbb_dispatcher, $user, $request, $symfony_request;
global $config, $phpbb_dispatcher, $user, $request, $symfony_request, $phpbb_root_path, $phpEx;
$lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
$lang = new \phpbb\language\language($lang_loader);