order, order

This commit is contained in:
Shish 2020-02-05 00:27:37 +00:00
parent 1a07f84622
commit f7feb4075a

View file

@ -904,7 +904,7 @@ class Image
|| ($positive_tag_count === 0 && $negative_tag_count === 1) || ($positive_tag_count === 0 && $negative_tag_count === 1)
) )
&& empty($img_conditions) && empty($img_conditions)
&& $order == "id DESC" && ($order == "id DESC" || $order == "images.id DESC")
&& !is_null($offset) && !is_null($offset)
&& !is_null($limit) && !is_null($limit)
) { ) {