#PHRAS-920 time 1h

fix : "BaseFromColl" (dbox coll_id -> abox base_id) check for sbas_id
This commit is contained in:
Jean-Yves Gaulier
2016-01-27 19:39:18 +01:00
parent 80dae56f44
commit f89fe9754a

View File

@@ -74,7 +74,7 @@ class ArrayCacheCollectionReferenceRepository implements CollectionReferenceRepo
$references = $this->findAll();
foreach ($references as $reference) {
if ($reference->getCollectionId() == $collectionId) {
if ($reference->getDataboxId() == $databoxId && $reference->getCollectionId() == $collectionId) {
return $reference;
}
}