From 13537d3d0bcdacb1550b5b59fe08158e75e9443b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 23 Oct 2015 16:18:57 -0700 Subject: [PATCH] possibe problematic param in list context warning --- httemplate/elements/cust_payby.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/cust_payby.html b/httemplate/elements/cust_payby.html index 0eb3e3ebe..6e2610bbe 100644 --- a/httemplate/elements/cust_payby.html +++ b/httemplate/elements/cust_payby.html @@ -67,7 +67,7 @@ ID = "<%$id%>_paycvv" SIZE = 2 MAXLENGTH = 4 - VALUE = "<% $cgi->param($name.'_paycvv') %>" + VALUE = "<% scalar($cgi->param($name.'_paycvv')) %>" onChange = "<% $onchange %>" >
<% mt('CVV2') |h %> (<% mt('help') |h %>) -- 2.11.0