Merge branch 'saas' into saas-dev
This commit is contained in:
commit
b26d4833fe
3 changed files with 5 additions and 4 deletions
|
@ -764,7 +764,7 @@ SQL;
|
|||
|
||||
// Delete show images
|
||||
$showId = $ccShowInstance->getDbShowId();
|
||||
if (!Rest_ShowImageController::deleteShowImagesFromStor($showId)) {
|
||||
if (!$singleInstance && !Rest_ShowImageController::deleteShowImagesFromStor($showId)) {
|
||||
throw new Exception("Error deleting show images");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue