mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Extract repository and factory classes for collections
This commit is contained in:
@@ -300,7 +300,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
*/
|
||||
public function get_collection()
|
||||
{
|
||||
return \collection::get_from_coll_id($this->app, $this->databox, $this->collection_id);
|
||||
return \collection::getByCollectionId($this->app, $this->databox, $this->collection_id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user