From a6446026128310bf8562cdf34c4fa874405a7b34 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 18 Aug 2016 16:36:30 -0400 Subject: [PATCH] FIX: infinite scrolling of topic list when filtered to one tag --- app/controllers/tags_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 87412084de8..eb25f473290 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -299,7 +299,7 @@ class TagsController < ::ApplicationController options[:no_tags] = true else options[:tags] = tag_params - options[:match_all_tags] = true + options[:match_all_tags] = true if tag_params.size > 1 end options