1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/15276] Fix comments

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-09-07 13:15:19 +02:00
parent da3c9b3de7
commit fe20aa058f
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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
} }
} }