mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/13740] Fix comment
PHPBB3-13740
This commit is contained in:
parent
be7e1ba7a0
commit
04186e8498
@ -183,7 +183,7 @@ class helper
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Retrive language from cookie
|
// Retrieve language from cookie
|
||||||
$lang_cookie = $this->phpbb_request->variable('lang', '', false, request_interface::COOKIE);
|
$lang_cookie = $this->phpbb_request->variable('lang', '', false, request_interface::COOKIE);
|
||||||
if (empty($lang) && !empty($lang_cookie))
|
if (empty($lang) && !empty($lang_cookie))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user