mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
to_a not needed
This commit is contained in:
parent
1649f56529
commit
fa4a8e052f
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ class Search
|
|||
.order("topics_month DESC")
|
||||
.secured(@guardian)
|
||||
.limit(@limit)
|
||||
.to_a
|
||||
|
||||
categories.each do |c|
|
||||
@results.add_result(SearchResult.from_category(c))
|
||||
|
|
Loading…
Add table
Reference in a new issue