##// END OF EJS Templates
Removed extra argument from SubversionAdapter#diff....
Jean-Philippe Lang -
r8723:004968caf369
parent child
Show More
@@ -199,7 +199,7 module Redmine
199 revisions
199 revisions
200 end
200 end
201
201
202 def diff(path, identifier_from, identifier_to=nil, type="inline")
202 def diff(path, identifier_from, identifier_to=nil)
203 path ||= ''
203 path ||= ''
204 identifier_from = (identifier_from and identifier_from.to_i > 0) ? identifier_from.to_i : ''
204 identifier_from = (identifier_from and identifier_from.to_i > 0) ? identifier_from.to_i : ''
205
205
General Comments 0
You need to be logged in to leave comments. Login now