Commit 7f57894f5227d9d7444b51a42c47a58e9b0d34a2

Authored by Evandro Junior
2 parents e5dddd20 317308fd

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

app/controllers/public/profile_search_controller.rb
1 1 class ProfileSearchController < PublicController
2 2  
3 3 include SearchHelper
  4 + include SanitizeParams
4 5  
  6 +
  7 + before_filter :sanitize_params
5 8 needs_profile
6 9 before_filter :check_access_to_profile
7 10  
... ...