Commit 15a4ca5f7061c0d49045baba267268a89e4e3a17

Authored by Carlos Purificação
1 parent 158f9aff

Added sanitize to the comment_group plugin

plugins/comment_group/controllers/profile/comment_group_plugin_profile_controller.rb
1 1 class CommentGroupPluginProfileController < ProfileController
2 2 append_view_path File.join(File.dirname(__FILE__) + '/../../views')
3 3  
  4 + include SanitizeParams
  5 + before_filter :sanitize_params
  6 +
4 7 def view_comments
5 8 @article_id = params[:article_id]
6 9 @group_id = params[:group_id]
... ...