Fix lost value if use double quote
This commit is contained in:
parent
5d7414dcc3
commit
fcd5e1fb2c
@ -252,7 +252,7 @@ if (empty($reshook))
|
|||||||
$object->name_alias = GETPOST('name_alias');
|
$object->name_alias = GETPOST('name_alias');
|
||||||
}
|
}
|
||||||
|
|
||||||
$object->address = GETPOST('address', 'alpha');
|
$object->address = GETPOST('address');
|
||||||
$object->zip = GETPOST('zipcode', 'alpha');
|
$object->zip = GETPOST('zipcode', 'alpha');
|
||||||
$object->town = GETPOST('town', 'alpha');
|
$object->town = GETPOST('town', 'alpha');
|
||||||
$object->country_id = GETPOST('country_id', 'int');
|
$object->country_id = GETPOST('country_id', 'int');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user