1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/attach-dl] Fixed $file_added to $files_added

PHPBB3-11042
This commit is contained in:
Fyorl
2012-08-15 06:05:31 +08:00
parent 6376cfe766
commit 617a5132d8

View File

@@ -387,7 +387,7 @@ else
} }
$compress->add_custom_file("{$phpbb_root_path}files/{$attach['physical_filename']}", "{$prefix}{$attach['real_filename']}"); $compress->add_custom_file("{$phpbb_root_path}files/{$attach['physical_filename']}", "{$prefix}{$attach['real_filename']}");
$file_added++; $files_added++;
} }
$compress->close(); $compress->close();