@@ -99,7 +99,7 module Redmine | |||
|
99 | 99 | map {|lang| [ll(lang.to_s, :general_lang_name), lang.to_s]}. |
|
100 | 100 | sort {|x,y| x.first <=> y.first } |
|
101 | 101 | else |
|
102 | ActionController::Base.cache_store.fetch "i18n/languages_options" do | |
|
102 | ActionController::Base.cache_store.fetch "i18n/languages_options/#{Redmine::VERSION}" do | |
|
103 | 103 | languages_options :cache => false |
|
104 | 104 | end |
|
105 | 105 | end |
General Comments 0
You need to be logged in to leave comments.
Login now