mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/attach-dl] Fixed $file_added to $files_added
PHPBB3-11042
This commit is contained in:
@@ -387,7 +387,7 @@ else
|
||||
}
|
||||
|
||||
$compress->add_custom_file("{$phpbb_root_path}files/{$attach['physical_filename']}", "{$prefix}{$attach['real_filename']}");
|
||||
$file_added++;
|
||||
$files_added++;
|
||||
}
|
||||
|
||||
$compress->close();
|
||||
|
Reference in New Issue
Block a user