mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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)
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user