]> source.dussan.org Git - redmine.git/commitdiff
back out r12441
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Dec 2013 14:41:44 +0000 (14:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Dec 2013 14:41:44 +0000 (14:41 +0000)
It is not compatible with Ruby 1.8.7.

git-svn-id: http://svn.redmine.org/redmine/trunk@12443 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index 62308a3730672ddeababa57bcb7cb69850ef5c7b..fac00256582fe149c4d53d9ba60131d66e6723b0 100644 (file)
@@ -1179,7 +1179,7 @@ module ApplicationHelper
         source
       end
     end
-    super *sources, options
+    super sources, options
   end
 
   # Overrides Rails' image_tag with themes and plugins support.
@@ -1212,7 +1212,7 @@ module ApplicationHelper
         end
       end
     end
-    super *sources, options
+    super sources, options
   end
 
   # TODO: remove this in 2.5.0