mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/13740] Allow language change in the installer
PHPBB3-13740
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user