mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[task/functional] Fix $lang_path variable
PHPBB3-10758
This commit is contained in:
parent
b96c050695
commit
819accedc8
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$lang_path = "./phpBB/language/en/$lang_file.php";
|
$lang_path = __DIR__ . "/../../phpBB/language/en/$lang_file.php";
|
||||||
|
|
||||||
$lang = array();
|
$lang = array();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue