mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Identifiers no longer prefixed with url:
This commit is contained in:
parent
9c15cd2c1f
commit
718648e514
8 changed files with 56 additions and 56 deletions
|
@ -1145,7 +1145,7 @@ final class Artwork{
|
|||
$ebookUrl = HttpInput::Str(POST, 'artwork-ebook-url');
|
||||
if(isset($ebookUrl)){
|
||||
try{
|
||||
$ebook = Ebook::GetByIdentifier('url:' . $ebookUrl);
|
||||
$ebook = Ebook::GetByIdentifier($ebookUrl);
|
||||
$this->EbookId = $ebook->EbookId;
|
||||
}
|
||||
catch(Exceptions\EbookNotFoundException){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue