Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-12-08 18:37:52 +01:00
parent 8f7b222764
commit 9d11d265ec

View File

@ -183,7 +183,7 @@ if (empty($reshook)) {
$object->fax = GETPOST("fax"); $object->fax = GETPOST("fax");
// Fill array 'array_options' with data from add form // Fill array 'array_options' with data from add form
$ret = $extrafields->setOptionalsFromPost(null, $object, '@GETPOSTISSET'); $ret = $extrafields->setOptionalsFromPost(null, $object, '@GETPOSTISSET');
if ($ret < 0) { if ($ret < 0) {
$error++; $error++;
} }