diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-22 03:16:16 +0200 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-22 03:16:16 +0200 |
commit | 97d08d6f56cf448fd4def8a4d29c570da91faa89 (patch) | |
tree | 47bd1cdc55a71ab2e9f149b2dc59144316407273 /phpBB/phpbb/install/controller/install.php | |
parent | 11642a5f9481e4e25402833edb2bac903c23c627 (diff) | |
download | forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar.gz forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar.bz2 forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar.xz forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.zip |
[ticket/13740] Allow language change in the installer
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/controller/install.php')
-rw-r--r-- | phpBB/phpbb/install/controller/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/controller/install.php b/phpBB/phpbb/install/controller/install.php index b3103c8284..da806948fb 100644 --- a/phpBB/phpbb/install/controller/install.php +++ b/phpBB/phpbb/install/controller/install.php @@ -189,7 +189,7 @@ class install 'TITLE' => $this->language->lang('INSTALL_INTRO'), 'CONTENT' => $this->language->lang('INSTALL_INTRO_BODY'), )); - return $this->controller_helper->render('installer_install.html', 'INSTALL'); + return $this->controller_helper->render('installer_install.html', 'INSTALL', true); } // @todo: implement no js controller logic |