diff --git a/core/imageboard/image.php b/core/imageboard/image.php index 58be7805..3fa58779 100644 --- a/core/imageboard/image.php +++ b/core/imageboard/image.php @@ -904,7 +904,7 @@ class Image || ($positive_tag_count === 0 && $negative_tag_count === 1) ) && empty($img_conditions) - && $order == "id DESC" + && ($order == "id DESC" || $order == "images.id DESC") && !is_null($offset) && !is_null($limit) ) {