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:
@@ -40,7 +40,7 @@ class TranslationOverride < ActiveRecord::Base
|
||||
I18n.reload!
|
||||
MessageBus.publish('/i18n-flush', refresh: true)
|
||||
|
||||
keys.each do |key|
|
||||
keys.flatten.each do |key|
|
||||
return if expire_cache(key)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user