Merge branch 'saas' of github.com:sourcefabric/Airtime into saas

This commit is contained in:
Albert Santoni 2015-09-09 18:59:44 -04:00
commit 32f5492e85
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}