Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-03-02 15:34:43 +01:00
parent a5bcc47d0d
commit 7f1d61f8a8
4 changed files with 3 additions and 4 deletions

View File

@ -138,7 +138,6 @@ if (($action == 'add' || (GETPOST('add') && $action != 'update')) || GETPOST('ac
} }
if (!$error) { if (!$error) {
if ($action == 'add' || (GETPOST('add') && $action != 'update')) { if ($action == 'add' || (GETPOST('add') && $action != 'update')) {
$object->type=$mode; $object->type=$mode;
$object->user_id=0; $object->user_id=0;