Skip to content

Commit f9782b7

Browse files
committed
cviking26_issue-9489 // changed array declaration
1 parent a2cc17e commit f9782b7

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', array('_query' => ['email' => $email]));
240+
return $this->urlBuilder->getUrl('customer/account/confirmation', ['_query' => ['email' => $email]]));
241241
}
242242

243243
/**

0 commit comments

Comments
 (0)