Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-06-02 15:49:10 +02:00
parent ea58f8a617
commit 3cda0d2dc5

View File

@ -388,7 +388,7 @@ if ($ok && GETPOST('standard', 'alpha'))
if (GETPOST('standard', 'alpha') == 'confirmed')
{
$db->query($sqldelete);
print '<tr><td>Constant '.$obj->name.' set in entity '.$obj->entity.' with value '.$obj->value.' -> Module not enabled in entity '.$obj->entity.', we delete record</td></tr>';
}
else
@ -409,14 +409,8 @@ if ($ok && GETPOST('standard', 'alpha'))
$db->commit();
}
}
}
/* From here, actions need a parameter */
// restore_thirdparties_logos: Move logos to correct new directory.
if ($ok && GETPOST('restore_thirdparties_logos'))