Fix lost value if use double quote

This commit is contained in:
phf 2016-09-02 15:30:42 +02:00
parent 5d7414dcc3
commit fcd5e1fb2c

View File

@ -252,7 +252,7 @@ if (empty($reshook))
$object->name_alias = GETPOST('name_alias');
}
$object->address = GETPOST('address', 'alpha');
$object->address = GETPOST('address');
$object->zip = GETPOST('zipcode', 'alpha');
$object->town = GETPOST('town', 'alpha');
$object->country_id = GETPOST('country_id', 'int');