diff --git a/src/noosfero-spb/gov_user/lib/institution.rb b/src/noosfero-spb/gov_user/lib/institution.rb index 8c8491e..463e818 100644 --- a/src/noosfero-spb/gov_user/lib/institution.rb +++ b/src/noosfero-spb/gov_user/lib/institution.rb @@ -2,7 +2,7 @@ class Institution < ActiveRecord::Base has_many :comments SEARCH_FILTERS = { - :order => %w[], + :order => %w[more_recent more_popular more_active], :display => %w[compact] } -- libgit2 0.21.2