From 1211e8db7f6095d86cdcfbb520c96c384924f391 Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 26 Oct 2015 15:55:03 -0400 Subject: [PATCH] Fix typo --- airtime_mvc/application/models/Scheduler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)")); }