Skip to content

Commit a2cc17e

Browse files
committed
cviking26_issue-9489 // added query param to url build - description in #9489
1 parent e6bd3ea commit a2cc17e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Model

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getForgotPasswordUrl()
237237
*/
238238
public function getEmailConfirmationUrl($email = null)
239239
{
240-
return $this->urlBuilder->getUrl('customer/account/confirmation', ['email' => $email]);
240+
return $this->urlBuilder->getUrl('customer/account/confirmation', array('_query' => ['email' => $email]));
241241
}
242242

243243
/**

0 commit comments

Comments
 (0)