1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 01:43:45 +02:00

[ticket/13740] Keep language file's names

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-22 02:42:13 +02:00
parent 136ec8d7e2
commit 11642a5f94
7 changed files with 813 additions and 812 deletions

View File

@@ -67,7 +67,7 @@ $template->set_custom_style(array(
/** @var \phpbb\language\language $language */
$language = $phpbb_installer_container->get('language');
$language->add_lang(array('common', 'acp/common', 'acp/board', 'install', 'posting'));
$language->add_lang(array('common', 'acp/common', 'acp/board', 'install_new', 'posting'));
/* @var $http_kernel \Symfony\Component\HttpKernel\HttpKernel */
$http_kernel = $phpbb_installer_container->get('http_kernel');