aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-10-17 14:51:40 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-10-17 14:51:40 +0200
commit2efbf59f9761b869a81eaee298265290de62d6c0 (patch)
tree9580d3e29ce0e1f299326e3147366000993f7e98 /phpBB/install
parent7d4bbeef3fcad3379104007acad86239cb67fb44 (diff)
downloadforums-2efbf59f9761b869a81eaee298265290de62d6c0.tar
forums-2efbf59f9761b869a81eaee298265290de62d6c0.tar.gz
forums-2efbf59f9761b869a81eaee298265290de62d6c0.tar.bz2
forums-2efbf59f9761b869a81eaee298265290de62d6c0.tar.xz
forums-2efbf59f9761b869a81eaee298265290de62d6c0.zip
[ticket/13371] Fix language loading for the old installer
PHPBB3-13371
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 6320b14947..664ed231ea 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -243,6 +243,7 @@ $sub = $request->variable('sub', '');
set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handler');
$lang_service = new \phpbb\language\language(new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx));
+$lang_service->add_lang($load_lang_files);
$user = new \phpbb\user($lang_service, '\phpbb\datetime');
$auth = new \phpbb\auth\auth();