From fe20aa058f70141fd7b3d0fdc25c9579ed069fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 7 Sep 2017 13:15:19 +0200 Subject: [PATCH] [ticket/15276] Fix comments PHPBB3-15276 --- phpBB/includes/functions_download.php | 4 ++-- phpBB/includes/functions_user.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 } }