From d00f8392bb827248cf20a817a018942a7ea874b5 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 29 May 2013 12:34:00 -0400 Subject: [PATCH] CC-5183: Use of undefined variable --- airtime_mvc/application/services/ShowService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index bd6c600d3..b9bc51f6c 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -999,7 +999,7 @@ SQL; } if ($this->isRebroadcast) { - $this->createRebroadcastInstances($showDay, $date, $ccShowInstance->getDbId()); + $this->createRebroadcastInstances($showDay, $start, $ccShowInstance->getDbId()); } } $start = $this->getNextMonthlyMonthlyRepeatDate($start, $timezone, $showDay->getDbStartTime());