diff --git a/plugins/comment_group/controllers/profile/comment_group_plugin_profile_controller.rb b/plugins/comment_group/controllers/profile/comment_group_plugin_profile_controller.rb index 8fee558..299f7ef 100644 --- a/plugins/comment_group/controllers/profile/comment_group_plugin_profile_controller.rb +++ b/plugins/comment_group/controllers/profile/comment_group_plugin_profile_controller.rb @@ -1,6 +1,9 @@ class CommentGroupPluginProfileController < ProfileController append_view_path File.join(File.dirname(__FILE__) + '/../../views') + include SanitizeParams + before_filter :sanitize_params + def view_comments @article_id = params[:article_id] @group_id = params[:group_id] -- libgit2 0.21.2