mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Merge branch 'clean-boxes' into merge-clean-boxes
This commit is contained in:
@@ -346,7 +346,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