From 1384c5d39d0e3f7573e61e4e73968ce130406de1 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 29 Apr 2013 15:57:59 -0400 Subject: [PATCH] Function call was missing an argument --- airtime_mvc/application/services/ShowService.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index 50707b3f8..a829d88bb 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -206,7 +206,7 @@ class Application_Service_ShowService break; case REPEAT_MONTHLY_WEEKLY: $this->createRepeatingInstances($day, $populateUntil, REPEAT_MONTHLY_WEEKLY, - null, $fillInstances); + null, $daysAdded, $fillInstances); break; } } @@ -838,8 +838,6 @@ SQL; $utcStartDateTime = new DateTime("now"); foreach ($datePeriod as $date) { - Logging::info($date); - Logging::info($duration); list($utcStartDateTime, $utcEndDateTime) = $this->createUTCStartEndDateTime( $date, $duration); /*