mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 23:04:57 -04:00
Query Contributors table for GetEbooksByAuthor()
This commit is contained in:
parent
2d5e66f2f2
commit
44dc65005d
2 changed files with 32 additions and 5 deletions
|
@ -12,7 +12,7 @@ try{
|
|||
throw new Exceptions\AuthorNotFoundException();
|
||||
}
|
||||
|
||||
$ebooks = Library::GetEbooksByAuthor($wwwFilesystemPath);
|
||||
$ebooks = Library::GetEbooksByAuthor($urlPath);
|
||||
|
||||
if(sizeof($ebooks) == 0){
|
||||
throw new Exceptions\AuthorNotFoundException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue