aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-18 13:33:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-18 13:33:30 +0000
commit07829b38a1458e3a9debd0d1e0a6976baeafc224 (patch)
treeb3842921973d1f24e13e3a8e95394115aec442b6 /phpBB/install/install_install.php
parent1fc205064d46b211e5a7b71ca29490aee0a9caad (diff)
downloadforums-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
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-xphpBB/install/install_install.php2
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),