aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphpBB/install/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 4236725308..e7dd4e2330 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -659,8 +659,8 @@ class module
if (file_exists($path . '/iso.txt'))
{
- list($displayname) = @file($path . '/iso.txt');
- $lang[$displayname] = $file;
+ list($displayname, $localname) = @file($path . '/iso.txt');
+ $lang[$localname] = $file;
}
}
@closedir($dir);