Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2022-01-23 12:31:30 +01:00 committed by GitHub
parent 08009bcec5
commit 9dd3d970bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1215,7 +1215,7 @@ abstract class CommonObject
public function delete_linked_contact($source = '', $code = '') public function delete_linked_contact($source = '', $code = '')
{ {
// phpcs:enable // phpcs:enable
$listId = null; $listId = '';
$temp = array(); $temp = array();
$typeContact = $this->liste_type_contact($source, '', 0, 0, $code); $typeContact = $this->liste_type_contact($source, '', 0, 0, $code);