fixes #694
This commit is contained in:
@@ -11,8 +11,10 @@ class RelatedTagQuery
|
|||||||
pattern_matching_tags
|
pattern_matching_tags
|
||||||
elsif category.present?
|
elsif category.present?
|
||||||
related_tags_by_category
|
related_tags_by_category
|
||||||
else
|
elsif query.present?
|
||||||
related_tags
|
related_tags
|
||||||
|
else
|
||||||
|
[]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user