diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-18 13:33:30 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-18 13:33:30 +0000 |
commit | 07829b38a1458e3a9debd0d1e0a6976baeafc224 (patch) | |
tree | b3842921973d1f24e13e3a8e95394115aec442b6 | |
parent | 1fc205064d46b211e5a7b71ca29490aee0a9caad (diff) | |
download | forums-07829b38a1458e3a9debd0d1e0a6976baeafc224.tar forums-07829b38a1458e3a9debd0d1e0a6976baeafc224.tar.gz forums-07829b38a1458e3a9debd0d1e0a6976baeafc224.tar.bz2 forums-07829b38a1458e3a9debd0d1e0a6976baeafc224.tar.xz forums-07829b38a1458e3a9debd0d1e0a6976baeafc224.zip |
#23195
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8446 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-x | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index b942f01b8c..f7d6d0a9c4 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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), |