mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 14:55:13 -04:00
Move enums into their own namespace
This commit is contained in:
parent
c3c588cc1b
commit
be5574eaec
45 changed files with 164 additions and 154 deletions
|
@ -9,7 +9,7 @@ try{
|
|||
$count = HttpInput::Int(GET, 'per-page') ?? EBOOKS_PER_PAGE;
|
||||
|
||||
if($query !== ''){
|
||||
$ebooks = Library::FilterEbooks($query, [], EbookSortType::Newest, $startPage, $count)['ebooks'];
|
||||
$ebooks = Library::FilterEbooks($query, [], Enums\EbookSortType::Newest, $startPage, $count)['ebooks'];
|
||||
}
|
||||
}
|
||||
catch(\Exception){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue