BigW Consortium Gitlab

Commit cda96354 by Douwe Maan

Merge branch 'fix-safe-import-url' into 'master'

Fix the undefinded variable error in Project's safe_import_url method Fixes #7982 See merge request !2419
parents 9f8c38bd d11ca78c
......@@ -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