mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
Fix incorrect variable.
This commit is contained in:
parent
c053f8ccf6
commit
2cc48cfd06
|
@ -106,7 +106,7 @@ class UploadRecovery
|
|||
end
|
||||
|
||||
def create_upload(file, filename, post)
|
||||
upload = UploadCreator.new(tmp, filename).create_for(post.user_id)
|
||||
upload = UploadCreator.new(file, filename).create_for(post.user_id)
|
||||
post.rebake! if upload.persisted?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user