StorageManager::Hybrid#open_file: fix typo.

This commit is contained in:
evazion
2018-04-07 21:06:38 -05:00
parent 01eda51020
commit 4097305e52

View File

@@ -13,7 +13,7 @@ class StorageManager::Hybrid < StorageManager
submanager[post_id, md5, file_ext, type].delete_file(post_id, md5, file_ext, type)
end
def open_file(io, post, type)
def open_file(post, type)
submanager[post.id, post.md5, post.file_ext, type].open_file(post, type)
end