Add missing MultiTableSelect code

This commit is contained in:
Alex Cabal 2024-12-19 14:25:48 -06:00
parent d0d79d637c
commit 93b8008c7e
4 changed files with 24 additions and 6 deletions

View file

@ -82,7 +82,6 @@ try{
// DELETE an `EbookPlaceholder`.
if($httpMethod == Enums\HttpMethod::Delete){
$ebook = Ebook::GetByIdentifier($identifier);
$exceptionRedirectUrl = $ebook->Url;
$ebook->Delete();