Commit cf9cad5c6708fe172d49641e771cd9c64763555d

Authored by Evandro Jr
1 parent 036132d2

fix for typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/video/lib/ext/article.rb
@@ -4,7 +4,7 @@ class Article @@ -4,7 +4,7 @@ class Article
4 4
5 #FIXME This should be done via hotspot 5 #FIXME This should be done via hotspot
6 def self.folder_types_with_video 6 def self.folder_types_with_video
7 - self.folder_types_without_video << 'VideoPugin::VideoGallery' 7 + self.folder_types_without_video << 'VideoPlugin::VideoGallery'
8 end 8 end
9 9
10 #FIXME This should be done via hotspot 10 #FIXME This should be done via hotspot