Fix error on collection regex testing

This commit is contained in:
DariusIII
2017-08-15 12:21:34 +02:00
parent 9d33a690f4
commit dd9920b533
+1
View File
@@ -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'],