diff --git a/airtime_mvc/application/models/Schedule.php b/airtime_mvc/application/models/Schedule.php index 80a26ba75..1dd00f31c 100644 --- a/airtime_mvc/application/models/Schedule.php +++ b/airtime_mvc/application/models/Schedule.php @@ -1292,7 +1292,7 @@ SQL; ->filterByDbId($instanceId) ->findOne(); } - if (!$ccShowInstance || $ccShowInstance->getDbModifiedInstance() == true) { + if ($update && (!$ccShowInstance || $ccShowInstance->getDbModifiedInstance() == true)) { return false; }