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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user