mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/15276] Fix comments
PHPBB3-15276
This commit is contained in:
parent
da3c9b3de7
commit
fe20aa058f
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ function send_avatar_to_browser($file, $browser)
|
||||||
}
|
}
|
||||||
catch (\phpbb\storage\exception\exception $e)
|
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))
|
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)
|
catch (\phpbb\storage\exception\exception $e)
|
||||||
{
|
{
|
||||||
// Just dont send this header
|
// Just don't send this header
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
|
@ -2533,7 +2533,7 @@ function group_correct_avatar($group_id, $old_entry)
|
||||||
}
|
}
|
||||||
catch (\phpbb\storage\exception\exception $e)
|
catch (\phpbb\storage\exception\exception $e)
|
||||||
{
|
{
|
||||||
|
// If rename fail, dont execute the query
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue