2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: subfolder support was broken

This commit is contained in:
Neil Lalonde 2018-01-15 15:42:31 -05:00
parent fe907aaf74
commit 5b356e446a

View file

@ -186,6 +186,10 @@ module Discourse
require 'auth'
if GlobalSetting.relative_url_root.present?
config.relative_url_root = GlobalSetting.relative_url_root
end
if Rails.env == "test"
if ENV['LOAD_PLUGINS'] == "1"
Discourse.activate_plugins!