Update tr_seed_bonus.php

This commit is contained in:
Roman Kelesidis 2025-02-21 10:32:00 +07:00 committed by GitHub
parent 655fc91628
commit 01d553846b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ if ($bb_cfg['seed_bonus_enabled'] && $bb_cfg['seed_bonus_points'] && $bb_cfg['se
WHERE tor.topic_id = bt.topic_id
AND tor.size > $tor_size
AND bt.seeder > 0
GROUP BY user_id
GROUP BY bt.user_id
");
$seed_bonus = unserialize($bb_cfg['seed_bonus_points']);