Skip to content
Snippets Groups Projects
Commit 94be919f authored by efalcy's avatar efalcy
Browse files

dev #65027 : JSON modified for author

parent 26ed0ba7
Branches
Tags
2 merge requests!2363Refacto http client was skilleos,!2362Dev#65027 skilleos
Pipeline #2677 failed with stage
in 21 minutes and 13 seconds
......@@ -30,7 +30,7 @@ class Skilleos_Service_Parser extends Class_WebService_BibNumerique_RessourceNum
$this->_lessons = [];
$this->_posters[] = $json->ressource->url;
$this->addAuthor($json->teacher->partner->name);
$this->addAuthor($json->name);
foreach ($json->lessons as $lesson) {
......
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