diff --git a/phpBB/includes/functions_download.php b/phpBB/includes/functions_download.php index 2582d2e0d9..332a9c600f 100644 --- a/phpBB/includes/functions_download.php +++ b/phpBB/includes/functions_download.php @@ -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 diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 531dd6f687..57f87a2b1e 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -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 } }