mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8446 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1702,7 +1702,7 @@ class install_install extends module
|
|||||||
|
|
||||||
if (is_dir($path) && file_exists($path . '/iso.txt'))
|
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_pack = array(
|
||||||
'lang_iso' => basename($path),
|
'lang_iso' => basename($path),
|
||||||
|
Reference in New Issue
Block a user