@@ -199,7 +199,7 module Redmine | |||
|
199 | 199 | revisions |
|
200 | 200 | end |
|
201 | 201 | |
|
202 |
def diff(path, identifier_from, identifier_to=nil |
|
|
202 | def diff(path, identifier_from, identifier_to=nil) | |
|
203 | 203 | path ||= '' |
|
204 | 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