mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 16:33:34 +02:00
[ticket/15276] Fix comments
PHPBB3-15276
This commit is contained in:
parent
da3c9b3de7
commit
fe20aa058f
@ -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
|
||||
|
@ -2533,7 +2533,7 @@ function group_correct_avatar($group_id, $old_entry)
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
{
|
||||
|
||||
// If rename fail, dont execute the query
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user