mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: categories page would sometimes show no topics, even if there are some visible topics to show
This commit is contained in:
@@ -44,7 +44,7 @@ class TopicQuery
|
||||
|
||||
def initialize(user=nil, options={})
|
||||
options.assert_valid_keys(VALID_OPTIONS)
|
||||
@options = options
|
||||
@options = options.dup
|
||||
@user = user
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user