From 3d61a182618c896179b7fce1a7c367122de851a4 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 1 May 2013 14:42:53 -0400 Subject: [PATCH] CC-5082: Repeating shows "disappear" when switching calendar to next month Small fix. Was treating object as an array --- 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 fc1d0ec11..c15b49d7d 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -781,7 +781,7 @@ SQL; if (isset($this->ccShow)) { $showId = $this->ccShow->getDbId(); } else { - $showId = $showDay["show_id"]; + $showId = $showDay->getDbShowId(); } //DateTime object