1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 23:11:45 +02:00

[ticket/13740] Allow language change in the installer

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-22 03:16:16 +02:00
parent 11642a5f94
commit 97d08d6f56
7 changed files with 212 additions and 95 deletions

View File

@@ -74,6 +74,6 @@ class installer_index
'BODY' => $body,
));
return $this->helper->render('install_main.html', $title);
return $this->helper->render('install_main.html', $title, true);
}
}