mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/17361] Rewrite storage
PHPBB-17361
This commit is contained in:
@@ -446,7 +446,7 @@ class filespec_storage
|
||||
{
|
||||
$fp = fopen($this->filename, 'rb');
|
||||
|
||||
$storage->write_stream($this->destination_file, $fp);
|
||||
$storage->write($this->destination_file, $fp);
|
||||
|
||||
if (is_resource($fp))
|
||||
{
|
||||
|
Reference in New Issue
Block a user