Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3dc42427d442
Commit
3dc42427
authored
Jan 13, 2016
by
DJ Mountney
Browse files
Fix the undefinded variable error in Project's safe_import_url method
parent
7f4d86b66486
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
3dc42427
...
...
@@ -397,7 +397,7 @@
result
.
password
=
'*****'
unless
result
.
password
.
nil?
result
.
to_s
rescue
original
_url
self
.
import
_url
end
def
check_limit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment