提交 d11ca78c 编写于 作者: D DJ Mountney

Fix the undefinded variable error in Project's safe_import_url method

上级 0e344aa2
......@@ -397,7 +397,7 @@ class Project < ActiveRecord::Base
result.password = '*****' unless result.password.nil?
result.to_s
rescue
original_url
self.import_url
end
def check_limit
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册