Commit e758beb57180f056a6cf8f93235cc545ae3f49a1

Authored by Victor Costa
2 parents 93a184cd dea1968e

Merge branch 'stable' of gitlab.com:participa/noosfero into stable

plugins/comment_paragraph/controllers/comment_paragraph_plugin_admin_controller.rb
... ... @@ -22,7 +22,7 @@ class CommentParagraphPluginAdminController < AdminController
22 22 protected
23 23  
24 24 def available_article_types
25   - articles = [TinyMceArticle, TextileArticle] + @plugins.dispatch(:content_types)
  25 + articles = [TinyMceArticle] + @plugins.dispatch(:content_types)
26 26 articles
27 27 end
28 28  
... ...