aboutsummaryrefslogtreecommitdiffstats
path: root/admin/rating.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/rating.php')
-rw-r--r--admin/rating.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/rating.php b/admin/rating.php
index e5fe48d03..da44b4c1c 100644
--- a/admin/rating.php
+++ b/admin/rating.php
@@ -176,7 +176,7 @@ SELECT i.id,
WHERE 1 = 1 ' . $page['user_filter'] . '
GROUP BY r.element_id
ORDER BY ' . $available_order_by[$order_by_index][1] .'
- LIMIT '.$start.' OFFSET '.$elements_per_page.'
+ LIMIT '.$elements_per_page.' OFFSET '.$start.'
;';
$images = array();