diff --git a/airtime_mvc/application/services/CalendarService.php b/airtime_mvc/application/services/CalendarService.php index 55ad22c73..a413f3b45 100644 --- a/airtime_mvc/application/services/CalendarService.php +++ b/airtime_mvc/application/services/CalendarService.php @@ -238,7 +238,7 @@ class Application_Service_CalendarService throw new Exception(_("Permission denied")); } - if ($this->ccShow->getFirstCcShowDay()->isRepeating()) { + if ($this->ccShow->isRepeating()) { throw new Exception(_("Can't drag and drop repeating shows")); }