mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Extract repository and factory classes for collections
This commit is contained in:
@@ -350,7 +350,7 @@ class PDF
|
||||
}
|
||||
}
|
||||
|
||||
$collection = \collection::get_from_base_id($this->app, $rec->get_base_id());
|
||||
$collection = \collection::getByBaseId($this->app, $rec->get_base_id());
|
||||
|
||||
$vn = "";
|
||||
if (false !== $str = simplexml_load_string($collection->get_prefs())) {
|
||||
|
Reference in New Issue
Block a user