back out r12441
It is not compatible with Ruby 1.8.7. git-svn-id: http://svn.redmine.org/redmine/trunk@12443 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4333a80bc1
commit
14bd57eb47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue