]> source.dussan.org Git - redmine.git/commitdiff
Fixed: Trunk not working with i18n gem 0.4.2 (#6784).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 9 Nov 2010 19:44:37 +0000 (19:44 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 9 Nov 2010 19:44:37 +0000 (19:44 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4389 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/initializers/10-patches.rb

index 4753dae3d51420d88ca81fbd4300e5dbcc9062b9..096ea0cd168644b116479d4f4232e5a1ddf097ac 100644 (file)
@@ -84,7 +84,7 @@ ActionMailer::Base.send :include, AsynchronousMailer
 module I18n
   module Backend
     module Base
-      def warn_syntax_deprecation!
+      def warn_syntax_deprecation!(*args)
         return if @skip_syntax_deprecation
         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."
         @skip_syntax_deprecation = true