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