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

View File

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