1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13740] Move handle_language_select calls to the controllers

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-26 22:20:32 +02:00
parent f7641cd506
commit 495c0c6fb3
3 changed files with 5 additions and 3 deletions

View File

@@ -53,6 +53,8 @@ class installer_index
public function handle($mode)
{
$this->helper->handle_language_select();
switch ($mode)
{
case "intro":