mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
This commit is contained in:
parent
4d5e8df8e6
commit
642b774530
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class phpbb_functions_user_whois_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected function setUp()
|
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_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
|
||||||
$lang = new \phpbb\language\language($lang_loader);
|
$lang = new \phpbb\language\language($lang_loader);
|
||||||
|
|
Loading…
Add table
Reference in a new issue