Commit 8ea2027f authored by James Lopez's avatar James Lopez

fix uploads restorer missing path

parent e2b7880b
...@@ -22,6 +22,10 @@ module Gitlab ...@@ -22,6 +22,10 @@ module Gitlab
def uploads_path def uploads_path
FileUploader.absolute_base_dir(@project) FileUploader.absolute_base_dir(@project)
end end
def uploads_export_path
@uploads_export_path ||= File.join(@shared.export_path, 'uploads')
end
end end
end end
end end
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