Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-06-27 01:59:08 +02:00
parent 443558e3a2
commit 90bcc64547

View File

@ -327,7 +327,7 @@ foreach ($search as $key => $val)
if ($key == 'fk_statut')
{
$newarrayofstatus = array();
foreach($search['fk_statut'] as $key2 => $val2) {
foreach ($search['fk_statut'] as $key2 => $val2) {
if (in_array($val2, array('openall', 'closeall'))) continue;
$newarrayofstatus[] = $val2;
}