mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Shorten some very long lines
Prevent warnings from already defined constants when reloading
This commit is contained in:
parent
c2061aae3d
commit
75e4f7f896
5 changed files with 23 additions and 32 deletions
|
@ -3,7 +3,7 @@ module Plugin; end
|
|||
|
||||
class Plugin::Metadata
|
||||
|
||||
OFFICIAL_PLUGINS = Set.new([
|
||||
OFFICIAL_PLUGINS ||= Set.new([
|
||||
"customer-flair",
|
||||
"discourse-adplugin",
|
||||
"discourse-akismet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue