From dd9920b533bdb44c90ddd23107332843457da2a2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 15 Aug 2017 12:21:34 +0200 Subject: [PATCH] Fix error on collection regex testing --- nntmux/Regexes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/nntmux/Regexes.php b/nntmux/Regexes.php index d922dde63..2d919ac38 100755 --- a/nntmux/Regexes.php +++ b/nntmux/Regexes.php @@ -210,6 +210,7 @@ class Regexes } $newCollectionHash = sha1($string . $row['fromname'] . $groupID . $files); $data['New hash: ' . $newCollectionHash . $string2][$row['binaryhash']] = [ + 'new_collection_hash' => $newCollectionHash, 'file_name' => $row['name'], 'file_total_parts' => $row['totalparts'], 'file_current_parts' => $row['currentparts'],