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

dev #65027 : JSON modified for author

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