mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Tweak wanted list appearance
This commit is contained in:
parent
c016547e2c
commit
c43c4fa2dd
5 changed files with 91 additions and 43 deletions
|
@ -2433,7 +2433,7 @@ final class Ebook{
|
|||
where EbookPlaceholders.IsWanted = true and
|
||||
EbookPlaceholders.IsInProgress = false and
|
||||
EbookPlaceholders.Difficulty = ?
|
||||
order by Ebooks.Updated desc
|
||||
order by Ebooks.Created asc
|
||||
', [$difficulty], Ebook::class);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue