Skip to content

Commit

Permalink
fix updating sphinx_delta on new uploads to existing group
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Oct 15, 2020
1 parent 73c09be commit 2b3f105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/torrents.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public static function update_hash($GroupID) {
INNER JOIN torrents_tags tt ON (tt.GroupID = g.ID)
INNER JOIN tags t2 ON (t2.ID = tt.TagID)
WHERE g.ID = ?
GROUP BY g.ID
GROUP BY t.ID
", $VoteScore, $ArtistName, $GroupID
);

Expand Down

0 comments on commit 2b3f105

Please sign in to comment.