aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-22 02:42:13 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-22 02:42:13 +0200
commit11642a5f9481e4e25402833edb2bac903c23c627 (patch)
tree0422b7e80bd4eab55672776d982b5888d349b5ad /phpBB/install/index.php
parent136ec8d7e25efe7b466cb41f80dc5a75a51eaa68 (diff)
downloadforums-11642a5f9481e4e25402833edb2bac903c23c627.tar
forums-11642a5f9481e4e25402833edb2bac903c23c627.tar.gz
forums-11642a5f9481e4e25402833edb2bac903c23c627.tar.bz2
forums-11642a5f9481e4e25402833edb2bac903c23c627.tar.xz
forums-11642a5f9481e4e25402833edb2bac903c23c627.zip
[ticket/13740] Keep language file's names
PHPBB3-13740
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index a1a8fc02b6..3559a10971 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -210,7 +210,7 @@ if (!file_exists($phpbb_root_path . 'language/' . $language) || !is_dir($phpbb_r
}
// And finally, load the relevant language files
-$load_lang_files = array('common', 'acp/common', 'acp/board', 'old_install', 'posting');
+$load_lang_files = array('common', 'acp/common', 'acp/board', 'install', 'posting');
$new_path = $phpbb_root_path . 'install/update/new/language/' . $language . '/';
$old_path = $phpbb_root_path . 'language/' . $language . '/';