mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 20:24:08 +02:00
[ticket/15286] Use storage in attachments
PHPBB3-15286
This commit is contained in:
@@ -324,7 +324,7 @@ else
|
||||
}
|
||||
else
|
||||
{
|
||||
send_file_to_browser($attachment, $config['upload_path'], $display_cat);
|
||||
send_file_to_browser($attachment, $display_cat);
|
||||
file_gc();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user