mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:58:55 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8446 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1fc205064d
commit
07829b38a1
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue