FIX: make 'stats' method compatible with multisite.

a8f410a9c5
This commit is contained in:
Vinoth Kannan 2019-05-01 23:34:18 +05:30
parent 8bedb6a4a3
commit 92cc57b5da
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ module Discourse
end
def self.stats
@stats ||= PluginStore.new("stats")
PluginStore.new("stats")
end
def self.current_user_provider