Query Contributors table for GetEbooksByAuthor()

This commit is contained in:
Mike Colagrosso 2024-06-30 21:50:52 -06:00 committed by Alex Cabal
parent 2d5e66f2f2
commit 44dc65005d
2 changed files with 32 additions and 5 deletions

View file

@ -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();