Skip to content

Commit

Permalink
https://github.com/discourse-pro/df-core-private/issues/14
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 25, 2024
1 parent 6686bfb commit d4e57e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def default_results(options={})
core__default_results options
end
end
require 'category_featured_topic'
#require 'category_featured_topic'
require_dependency 'category_featured_topic'
CategoryFeaturedTopic.class_eval do
# 2018-01-12
# @see CategoryFeaturedTopic.feature_topics_for
Expand Down

0 comments on commit d4e57e1

Please sign in to comment.