This commit is contained in:
Nicolas Le Goff
2012-05-30 14:15:58 +02:00
parent 516b1d5ac7
commit 8ba18f6ab8

View File

@@ -355,11 +355,11 @@ class LazaretFile
$ret = array(); $ret = array();
$shaRecords = \record_adapter::get_record_by_sha( $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( $uuidRecords = \record_adapter::get_record_by_uuid(
$this->getCollection()->get_databox(), $this->getUuid() $this->getCollection()->get_databox(), $this->getUuid()
); );
$merged = array_merge($uuidRecords, $shaRecords); $merged = array_merge($uuidRecords, $shaRecords);