版本库报500
This commit is contained in:
parent
c245d2fecd
commit
6ed65abb67
|
@ -61,7 +61,7 @@ module Redmine
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize(url, root_url=nil, login=nil, password=nil, path_encoding=nil)
|
def initialize(url, root_url=nil, login=nil, password=nil, path_encoding=nil, project_id)
|
||||||
super
|
super
|
||||||
@path_encoding = path_encoding.blank? ? 'UTF-8' : path_encoding
|
@path_encoding = path_encoding.blank? ? 'UTF-8' : path_encoding
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue