@@ -84,7 +84,7 ActionMailer::Base.send :include, AsynchronousMailer | |||
|
84 | 84 | module I18n |
|
85 | 85 | module Backend |
|
86 | 86 | module Base |
|
87 | def warn_syntax_deprecation! | |
|
87 | def warn_syntax_deprecation!(*args) | |
|
88 | 88 | return if @skip_syntax_deprecation |
|
89 | 89 | warn "The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.\nDowngrade your i18n gem to 0.3.7 (everything above must be deinstalled) to remove this warning, see http://www.redmine.org/issues/5608 for more information." |
|
90 | 90 | @skip_syntax_deprecation = true |
General Comments 0
You need to be logged in to leave comments.
Login now