Skip to content

Commit

Permalink
https://discourse.pro/t/324
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 5, 2020
1 parent 438f7de commit 9cc39b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: df-core
# about: A common functionality of my Discourse plugins.
# version: 1.4.1
# version: 1.4.2
# authors: Dmitry Fedyuk
# url: https://discourse.pro
#register_asset 'javascripts/lib/sprintf.js'
Expand All @@ -16,6 +16,9 @@
# 2) "Why does the `SiteSettings` class use the `DistributedCache`
# without a `require 'distributed_cache';` statement?": https://meta.discourse.org/t/77580
require 'distributed_cache'
# 2020-07-05
# I have commentet out this line to fix the bug: «uninitialized constant SiteSettingExtension::SiteSettings»
# https://discourse.pro/t/324
#require 'site_setting_extension'
if defined?(SiteSettings::TypeSupervisor)
SiteSettings::TypeSupervisor.module_eval do
Expand Down

0 comments on commit 9cc39b5

Please sign in to comment.