Merge branch 'saas' of github.com:sourcefabric/Airtime into saas
This commit is contained in:
commit
32f5492e85
|
@ -764,7 +764,7 @@ SQL;
|
||||||
|
|
||||||
// Delete show images
|
// Delete show images
|
||||||
$showId = $ccShowInstance->getDbShowId();
|
$showId = $ccShowInstance->getDbShowId();
|
||||||
if (!Rest_ShowImageController::deleteShowImagesFromStor($showId)) {
|
if (!$singleInstance && !Rest_ShowImageController::deleteShowImagesFromStor($showId)) {
|
||||||
throw new Exception("Error deleting show images");
|
throw new Exception("Error deleting show images");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue