1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +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

@@ -176,6 +176,8 @@ class install
// Determine whether the installation was started or not
if (true)
{
$this->controller_helper->handle_language_select();
// Set active stage
$this->menu_provider->set_nav_property(
array('install', 0, 'introduction'),