Commit 733012cb authored by Tomas Srna's avatar Tomas Srna

Removed + '' +

parent 1072c951
......@@ -27,7 +27,7 @@ class AttachmentUploader < CarrierWave::Uploader::Base
end
def url
Gitlab.config.gitlab.relative_url_root + '' + super unless super.nil?
Gitlab.config.gitlab.relative_url_root + super unless super.nil?
end
def file_storage?
......
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