diff options
Diffstat (limited to '')
-rw-r--r-- | include/ws_functions.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 979e855ef..8f7fdb9e2 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -962,6 +962,8 @@ function merge_chunks($output_filepath, $original_sum, $type) sort($chunks); ws_logfile('[merge_chunks] memory_get_usage before loading chunks: '.memory_get_usage()); + + $i = 0; foreach ($chunks as $chunk) { |