Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-07-18 18:53:51 +02:00
parent 3cffd70ed3
commit 58428cefc0

View File

@ -660,8 +660,8 @@ if ($resql)
$contact = new Contact($db);
if($contact->fetch($socpeopleassigned['id'])>0)
{
$contactListCache[$socpeopleassigned['id']] = $contact->getNomUrl(1,'',28);
$contactList[] = $contact->getNomUrl(1,'',28);
$contactListCache[$socpeopleassigned['id']] = $contact->getNomUrl(1, '', 28);
$contactList[] = $contact->getNomUrl(1, '', 28);
}
}
else{