From fd78a7b29ea8182729cf49299b00da3a2b0f160e Mon Sep 17 00:00:00 2001 From: "Angus B. Grieve-Smith" Date: Fri, 1 May 2020 13:28:42 -0400 Subject: [PATCH] Clarify language in comment relating to URL modification --- oauth/token.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oauth/token.php b/oauth/token.php index 527ec3d..6d69e55 100644 --- a/oauth/token.php +++ b/oauth/token.php @@ -11,9 +11,9 @@ require_once __DIR__.'/config.php'; /* - The Mattermost server seems to be returning bare http urls, even - though there is no http url in the config.json. If we are using - https we need to modify them. + The Mattermost server seems to be returning bare http urls, even if + there is no http url in the config.json. If we are using https we + need to modify them. */ $redirect_url_scheme = substr($_POST["redirect_uri"], 0, 5);