Created
July 17, 2017 21:25
-
-
Save sminnee/b07b70f55b632586e70883d79c817beb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/Core/Startup/ParameterConfirmationToken.php b/src/Core/Startup/ParameterConfirmationToken.php | |
| index 45b3630..ab2a546 100644 | |
| --- a/src/Core/Startup/ParameterConfirmationToken.php | |
| +++ b/src/Core/Startup/ParameterConfirmationToken.php | |
| @@ -186,7 +186,6 @@ class ParameterConfirmationToken | |
| { | |
| return Controller::join_links( | |
| BASE_URL, | |
| - '/', | |
| $this->request->getURL(false) | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment