mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[task/functional] Fix $lang_path variable
PHPBB3-10758
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user