From 09cb47212199f6eec956a916c61c3a7e1c2bb492 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Nov 2020 13:34:40 +0100 Subject: [PATCH] Update card.php --- htdocs/don/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/don/card.php b/htdocs/don/card.php index ca15a88383e..8a5736c50cd 100644 --- a/htdocs/don/card.php +++ b/htdocs/don/card.php @@ -148,7 +148,7 @@ if ($action == 'update') $object->amount = price2num(GETPOST("amount", 'alpha')); $object->town = (string) GETPOST("town", 'alpha'); $object->zip = (string) GETPOST("zipcode", 'alpha'); - $object->country_id = (int GETPOST('country_id', 'int'); + $object->country_id = (int) GETPOST('country_id', 'int'); $object->email = (string) GETPOST("email", 'alpha'); $object->date = $donation_date; $object->public = (string) GETPOST("public", 'alpha');