diff --git a/lib/Doctrine/Entities/LazaretFile.php b/lib/Doctrine/Entities/LazaretFile.php index b30baff690..49a5d82eff 100644 --- a/lib/Doctrine/Entities/LazaretFile.php +++ b/lib/Doctrine/Entities/LazaretFile.php @@ -355,11 +355,11 @@ class LazaretFile $ret = array(); $shaRecords = \record_adapter::get_record_by_sha( - $this->getCollection()->get_sbas_id(), $this->getSha256() + $this->getCollection()->get_sbas_id(), $this->getSha256() ); $uuidRecords = \record_adapter::get_record_by_uuid( - $this->getCollection()->get_databox(), $this->getUuid() + $this->getCollection()->get_databox(), $this->getUuid() ); $merged = array_merge($uuidRecords, $shaRecords);