mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Update wanted ebooks list
This commit is contained in:
parent
783c09864f
commit
dd8134db6f
5 changed files with 30 additions and 30 deletions
|
@ -16,7 +16,7 @@ class Museum extends PropertiesBase{
|
|||
limit 1;
|
||||
', [$url], 'Museum');
|
||||
|
||||
if($result[0] === null){
|
||||
if(sizeof($result[0]) == 0){
|
||||
throw new Exceptions\MuseumNotFoundException();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue