mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
BUGFIX: uploads to S3
This commit is contained in:
@ -4,7 +4,7 @@ module FileStore
|
||||
|
||||
class LocalStore < BaseStore
|
||||
|
||||
def store_upload(file, upload)
|
||||
def store_upload(file, upload, content_type = nil)
|
||||
path = get_path_for_upload(file, upload)
|
||||
store_file(file, path)
|
||||
end
|
||||
|
Reference in New Issue
Block a user