fix uploads restorer

This commit is contained in:
James Lopez 2018-07-11 12:02:01 +02:00
parent 3a114c2d11
commit 414939c97c
No known key found for this signature in database
GPG Key ID: 756BF8E9D7C0CF39
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ module Gitlab
@shared.error(e) @shared.error(e)
false false
end end
def uploads_path
FileUploader.absolute_base_dir(@project)
end
end end
end end
end end