mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17361] Rewrite storage
PHPBB-17361
This commit is contained in:
@@ -245,7 +245,7 @@ class upload
|
||||
// Move the thumbnail from temp folder to the storage
|
||||
$fp = fopen($destination, 'rb');
|
||||
|
||||
$this->storage->write_stream($destination_name, $fp);
|
||||
$this->storage->write($destination_name, $fp);
|
||||
|
||||
if (is_resource($fp))
|
||||
{
|
||||
|
Reference in New Issue
Block a user