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

Fix bug: Wrong variable (item -> @item)

parent e42b29c9
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ module Thumbnail
\r#{method_log_tag} ERROR: input='#{input}'
\r#{method_log_tag} RESCUE: Try the next input.."
else
learning_object_repository.update_property(item,"thumbnail",thumbnail)
learning_object_repository.update_property(@item,"thumbnail",thumbnail)
clean_tmpfiles(workdir, accepted_files)
puts "#{method_log_tag} SUCCESS: input='#{input}'"
......
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