mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix the build.
This commit is contained in:
@@ -126,7 +126,7 @@ module Jobs
|
||||
begin
|
||||
exception = {}
|
||||
|
||||
RailsMultisite::ConnectionManagement.with_connection(db: db) do
|
||||
RailsMultisite::ConnectionManagement.with_connection(db) do
|
||||
begin
|
||||
I18n.locale = SiteSetting.default_locale || "en"
|
||||
I18n.ensure_all_loaded!
|
||||
|
||||
Reference in New Issue
Block a user