mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Replace GetEbooksFromFilesystem with a DB implementation
This commit is contained in:
parent
364a2ca78f
commit
f4a19a2d12
3 changed files with 6 additions and 75 deletions
|
@ -89,7 +89,7 @@ foreach($dirs as $dir){
|
|||
}
|
||||
|
||||
// Iterate over all ebooks to build the various feeds.
|
||||
foreach(Library::GetEbooksFromFilesystem($webRoot) as $ebook){
|
||||
foreach(Library::GetEbooks() as $ebook){
|
||||
$allEbooks[] = $ebook;
|
||||
$newestEbooks[] = $ebook;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue