git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8446 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2008-03-18 13:33:30 +00:00
parent 1fc205064d
commit 07829b38a1

View file

@ -1702,7 +1702,7 @@ class install_install extends module
if (is_dir($path) && file_exists($path . '/iso.txt'))
{
$lang_file = file("{$phpbb_root_path}language/$path/iso.txt");
$lang_file = file("$path/iso.txt");
$lang_pack = array(
'lang_iso' => basename($path),