diff --git a/src/UnicaenSynchro/Service/Synchronisation/SynchronisationService.php b/src/UnicaenSynchro/Service/Synchronisation/SynchronisationService.php index 118157746b3861476715e57ed65058a4a59636a9..55630c7092af331b7d2e303f9ab9a393f7ef67e1 100644 --- a/src/UnicaenSynchro/Service/Synchronisation/SynchronisationService.php +++ b/src/UnicaenSynchro/Service/Synchronisation/SynchronisationService.php @@ -168,7 +168,7 @@ class SynchronisationService if ($item['deleted_on'] === null && !isset($data_source[$id])) { $nbRetrait++; // $texte_retrait .= "Retrait de ".$id." des données destination.\n"; - $this->getSqlHelperService()->delete($orm_destination, $correspondance[$table_destination], $primarykey_id, $id); + $this->getSqlHelperService()->delete($orm_destination, $table_destination, $primarykey_id, $id); } }