We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e428056 commit 6a66cf9Copy full SHA for 6a66cf9
root/includes/acp/acp_reputation.php
@@ -311,8 +311,8 @@ function main($id, $mode)
311
$sql = 'SELECT SUM(point) AS total_points, rep_to
312
FROM ' . REPUTATIONS_TABLE . '
313
WHERE action != 5
314
- AND rep_to >= ' . ($start + 1) . '
315
- AND rep_to <= ' . ($start + $this->step) . '
+ AND rep_id >= ' . ($start + 1) . '
+ AND rep_id <= ' . ($start + $this->step) . '
316
GROUP BY rep_to';
317
$result = $db->sql_query($sql);
318
0 commit comments