Fix error in the doublons queries

This commit is contained in:
2023-09-12 14:19:10 +02:00
parent c1d70ec63e
commit 77180ebb0c
2 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ class PersonMove
$this->getTableName($personMetadata),
$from->getId()
);
return $sqls;
}