From 92cc57b5daefaa903edeb21ce9e545111de24676 Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Wed, 1 May 2019 23:34:18 +0530 Subject: [PATCH] FIX: make 'stats' method compatible with multisite. a8f410a9c56c87b20449436a3b807955b8284b15 --- lib/discourse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/discourse.rb b/lib/discourse.rb index f1c9f069d55..51f0e013131 100644 --- a/lib/discourse.rb +++ b/lib/discourse.rb @@ -469,7 +469,7 @@ module Discourse end def self.stats - @stats ||= PluginStore.new("stats") + PluginStore.new("stats") end def self.current_user_provider