From bc770de9b93973a359a46ef39838e89f18e685ae Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 30 Sep 2006 16:03:37 +0000 Subject: Minor l10n change git-svn-id: file:///svn/phpbb/trunk@6421 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/install/index.php') 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); -- cgit v1.2.1