mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15276] Fix comments
PHPBB3-15276
This commit is contained in:
@@ -44,7 +44,7 @@ function send_avatar_to_browser($file, $browser)
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
{
|
||||
// Just dont send this header
|
||||
// Just don't send this header
|
||||
}
|
||||
|
||||
if ((strpos(strtolower($browser), 'msie') !== false) && !phpbb_is_greater_ie_version($browser, 7))
|
||||
@@ -72,7 +72,7 @@ function send_avatar_to_browser($file, $browser)
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
{
|
||||
// Just dont send this header
|
||||
// Just don't send this header
|
||||
}
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user