mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Add missing MultiTableSelect code
This commit is contained in:
parent
d0d79d637c
commit
93b8008c7e
4 changed files with 24 additions and 6 deletions
|
@ -82,7 +82,6 @@ try{
|
|||
// DELETE an `EbookPlaceholder`.
|
||||
if($httpMethod == Enums\HttpMethod::Delete){
|
||||
$ebook = Ebook::GetByIdentifier($identifier);
|
||||
$exceptionRedirectUrl = $ebook->Url;
|
||||
|
||||
$ebook->Delete();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue