Skip to content

Commit

Permalink
Merge 643fcf3 into 947aac4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Feb 19, 2014
2 parents 947aac4 + 643fcf3 commit 7e63194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/blacklight/facets_helper_behavior.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def facet_in_params?(field, item)

value = facet_value_for_facet_item(item)

facet_field_in_params?(field) and params[:f][field].include?(value)
params[:f] and params[:f][field] and params[:f][field].include?(value)
end

##
Expand Down

0 comments on commit 7e63194

Please sign in to comment.