Skip to content

Commit 81311d5

Browse files
committed
MC-22925: Backport template filter strict mode
1 parent d2b9542 commit 81311d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/email/account_new_confirmation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--@subject {{trans "Please confirm your %store_name account" store_name=$store.frontend_name}} @-->
88
<!--@vars {
99
"var store.frontend_name":"Store Name",
10-
"var this.getUrl($store,'customer/account/confirm/',[_query:[id:$customer.id,key:$customer.confirmation,back_url:$back_url],_nosid:1])":"Account Confirmation URL",
10+
"var this.getUrl($store,$url,[_query:[id:$customer.id,key:$customer.confirmation,extensions:$extensions,back_url:$back_url],_nosid:1])":"Account Confirmation URL",
1111
"var this.getUrl($store, 'customer/account/')":"Customer Account URL",
1212
"var customer.email":"Customer Email",
1313
"var customer.name":"Customer Name",

0 commit comments

Comments
 (0)