1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/13740] Fix comment

PHPBB3-13740
This commit is contained in:
Mate Bartus 2015-07-25 14:42:17 +02:00
parent be7e1ba7a0
commit 04186e8498

View File

@ -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);
if (empty($lang) && !empty($lang_cookie))
{