版本库报500

This commit is contained in:
cxt 2016-09-30 10:44:52 +08:00
parent c245d2fecd
commit 6ed65abb67
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module Redmine
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
@path_encoding = path_encoding.blank? ? 'UTF-8' : path_encoding
end