2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-21 19:11:18 +08:00

BUGFIX: do not push read-only signal to ALL sites

This commit is contained in:
Régis Hanol 2014-02-19 18:21:41 +01:00
parent c8795d8aa4
commit a682c8fc91
2 changed files with 2 additions and 2 deletions

View file

@ -208,7 +208,7 @@ module Discourse
end
def self.readonly_channel
"/global/read-only"
"/site/read-only"
end
end