Browse Source

Only freeleech first extra torrent in trump report

spaghetti 8 years ago
parent
commit
753b1ff37a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      sections/reportsv2/takeresolve.php

+ 1
- 0
sections/reportsv2/takeresolve.php View File

@@ -211,6 +211,7 @@ if ($DB->affected_rows() > 0 || !$Report) {
211 211
       WHERE r.ID = $ReportID");
212 212
     if ($DB->has_results()) {
213 213
       list($ExtraID, $InfoHash) = $DB->next_record();
214
+      $ExtraID = explode(' ', $ExtraID)[0];
214 215
 
215 216
       $AffectedUsers = [];
216 217
       $DB->query("

Loading…
Cancel
Save