Commit 0518e63b authored by Robert Speicher's avatar Robert Speicher

Merge branch 'backport-ee-import-url-rescue' into 'master'

Backport rescue in Project#import_url from EE

See merge request gitlab-org/gitlab-ce!22520
parents 5adf1781 82f17421
......@@ -688,6 +688,8 @@ class Project < ActiveRecord::Base
else
super
end
rescue
super
end
def valid_import_url?
......
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