Skip to content
Snippets Groups Projects
Commit aa035cb4 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix Thumbnail Initializer

parent dff7cdd9
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class LearningObjectBuilder ...@@ -27,7 +27,7 @@ class LearningObjectBuilder
id: args['@rid'], id: args['@rid'],
name: args['name'], name: args['name'],
description: args['description'], description: args['description'],
thumbnail: args['thumbnail'], thumbnail: (args['thumbnail'] or ''),
id_dspace: args['id_dspace'], id_dspace: args['id_dspace'],
type: args['type'], type: args['type'],
bitstreams: args['bitstreams'], bitstreams: args['bitstreams'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment