Fix phpcs
This commit is contained in:
parent
ea58f8a617
commit
3cda0d2dc5
@ -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'))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user