order, order
This commit is contained in:
parent
1a07f84622
commit
f7feb4075a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
) {
|
||||
|
|
Reference in a new issue