lib/ayadn/view.rb in ayadn-1.2.2 vs lib/ayadn/view.rb in ayadn-1.2.3

- old
+ new

@@ -286,9 +286,10 @@ if Settings.options[:nicerank][:filter_unranked] == true next if content[:nicerank] == false end unless content[:nicerank] == false next if content[:nicerank] < Settings.options[:nicerank][:threshold] + next if content[:is_human] == false end filtered[id] = content end return filtered end