This commit is contained in:
drigato 2015-10-26 15:55:03 -04:00
parent 73e7e6e021
commit 1211e8db7f
1 changed files with 1 additions and 1 deletions

View File

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