mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
Fix incorrect variable.
This commit is contained in:
parent
c053f8ccf6
commit
2cc48cfd06
@ -106,7 +106,7 @@ class UploadRecovery
|
|||||||
end
|
end
|
||||||
|
|
||||||
def create_upload(file, filename, post)
|
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?
|
post.rebake! if upload.persisted?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user