CC-5082: Repeating shows "disappear" when switching calendar to next month

Small fix. Was treating object as an array
This commit is contained in:
denise 2013-05-01 14:42:53 -04:00
parent ded8ceb86b
commit 3d61a18261
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ SQL;
if (isset($this->ccShow)) { if (isset($this->ccShow)) {
$showId = $this->ccShow->getDbId(); $showId = $this->ccShow->getDbId();
} else { } else {
$showId = $showDay["show_id"]; $showId = $showDay->getDbShowId();
} }
//DateTime object //DateTime object