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 26, 2024
1 parent d4e57e1 commit e3e772d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ def default_results(options={})
core__default_results options
end
end
#require 'category_featured_topic'
# 2024-08-26
# 1) «LoadError: cannot load such file -- category_featured_topic»: https://github.com/discourse-pro/df-core-private/issues/14
# 2) The previous code was:
# require 'category_featured_topic'
# https://github.com/discourse-pro/df-core-private/blob/1.1.5/plugin.rb#L38
require_dependency 'category_featured_topic'
CategoryFeaturedTopic.class_eval do
# 2018-01-12
Expand Down

0 comments on commit e3e772d

Please sign in to comment.