diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index a0d49e6a3..7b8029dc5 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -120,7 +120,7 @@ class Application_Model_Scheduler } //a show has been deleted - if (count($instanceIds) !== count($showInstan0ces)) { + if (count($instanceIds) !== count($showInstances)) { throw new OutDatedScheduleException(_("The schedule you're viewing is out of date! (instance mismatch)")); }