We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bd3ea commit a2cc17eCopy full SHA for a2cc17e
app/code/Magento/Customer/Model/Url.php
@@ -237,7 +237,7 @@ public function getForgotPasswordUrl()
237
*/
238
public function getEmailConfirmationUrl($email = null)
239
{
240
- return $this->urlBuilder->getUrl('customer/account/confirmation', ['email' => $email]);
+ return $this->urlBuilder->getUrl('customer/account/confirmation', array('_query' => ['email' => $email]));
241
}
242
243
/**
0 commit comments