Skip to content
Snippets Groups Projects
Commit 63f6d99f authored by efalcy's avatar efalcy
Browse files

Opds : correction tests

parent f4948dcb
Branches
Tags 6.31
No related merge requests found
...@@ -68,6 +68,7 @@ class Class_WebService_OPDS_CatalogEntry extends Class_WebService_BibNumerique_R ...@@ -68,6 +68,7 @@ class Class_WebService_OPDS_CatalogEntry extends Class_WebService_BibNumerique_R
public function fillAlbum($album) { public function fillAlbum($album) {
$album ->setAuteur($this->getAuthor()) $album ->setAuteur($this->getAuthor())
->beEPUB(); ->beEPUB();
$album->save();
foreach ($this->_files as $file) foreach ($this->_files as $file)
$file->newRessourceInAlbum($album); $file->newRessourceInAlbum($album);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment