Skip to content

Instantly share code, notes, and snippets.

@sminnee
Created July 17, 2017 21:25
Show Gist options
  • Select an option

  • Save sminnee/b07b70f55b632586e70883d79c817beb to your computer and use it in GitHub Desktop.

Select an option

Save sminnee/b07b70f55b632586e70883d79c817beb to your computer and use it in GitHub Desktop.
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