mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/attach-dl] Fixed $file_added to $files_added
PHPBB3-11042
This commit is contained in:
parent
6376cfe766
commit
617a5132d8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue