Fix the build

This commit is contained in:
Gerhard Schlager 2018-03-16 22:55:42 +01:00
parent 2834705bd1
commit 864bdbd9b6
1 changed files with 1 additions and 1 deletions

View File

@ -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