1
0
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:
David King
2012-05-22 10:52:49 -04:00
parent b96c050695
commit 819accedc8

View File

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