Commit d11ca78c authored by DJ Mountney's avatar DJ Mountney

Fix the undefinded variable error in Project's safe_import_url method

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment