[Git][noosfero/noosfero][master] 2 commits: html5-video-plugin: fix encapsulated_instance method reference

Rodrigo Souto gitlab at mg.gitlab.com
Tue Jan 24 16:52:08 BRST 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
2832b790 by Rodrigo Souto at 2017-01-19T08:42:54-03:00
html5-video-plugin: fix encapsulated_instance method reference

- - - - -
5ddd919d by Rodrigo Souto at 2017-01-24T18:52:04+00:00
Merge branch 'html5-video-encapsulated-file' into 'master'

html5-video-plugin: fix encapsulated_instance method reference

See merge request !1092
- - - - -


1 changed file:

- plugins/html5_video/lib/presenters/video.rb


Changes:

=====================================
plugins/html5_video/lib/presenters/video.rb
=====================================
--- a/plugins/html5_video/lib/presenters/video.rb
+++ b/plugins/html5_video/lib/presenters/video.rb
@@ -10,7 +10,7 @@ class FilePresenter::Video < FilePresenter
   end
 
   def meta_data #video_info
-    Noosfero::Plugin::Settings.new(encapsulated_file, Html5VideoPlugin)
+    Noosfero::Plugin::Settings.new(encapsulated_instance, Html5VideoPlugin)
   end
 
   def original_video



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/b63a8045dd629a40ef424ac944886abbfbba679c...5ddd919de4404c581fd4ef36c0b3d0a46c8f83f7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170124/8365a14b/attachment-0001.html>


More information about the Noosfero-dev mailing list