Commit dea1968e014eddaf4351c3c8436d1c470f064e9c

Authored by Francisco Júnior
2 parents 8f571c03 39c68a4e

Merge branch 'AI3205-comment-paragraph' 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  
... ...