1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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

@@ -114,8 +114,6 @@ class helper
$this->router = $router;
$this->phpbb_root_path = $phpbb_root_path;
$this->phpbb_admin_path = $phpbb_root_path . 'adm/';
$this->handle_language_select();
}
/**
@@ -167,7 +165,7 @@ class helper
/**
* Handles language selector form
*/
protected function handle_language_select()
public function handle_language_select()
{
$lang = null;