CC-5333 : Rebroadcast Shows are not created
This commit is contained in:
parent
0e20e5b50b
commit
4c6d96e062
1 changed files with 4 additions and 0 deletions
|
@ -194,7 +194,11 @@ class Application_Service_ShowService
|
||||||
$ccShows = array();
|
$ccShows = array();
|
||||||
|
|
||||||
foreach ($ccShowDays as $day) {
|
foreach ($ccShowDays as $day) {
|
||||||
|
|
||||||
$this->ccShow = $day->getCcShow();
|
$this->ccShow = $day->getCcShow();
|
||||||
|
$this->isRecorded = isset($this->isRecorded) ? $this->isRecorded : $this->ccShow->isRecorded();
|
||||||
|
$this->isRebroadcast = isset($this->isRebroadcast) ? $this->isRebroadcast : $this->ccShow->isRebroadcast();
|
||||||
|
|
||||||
if (!isset($ccShows[$day->getDbShowId()])) {
|
if (!isset($ccShows[$day->getDbShowId()])) {
|
||||||
$ccShows[$day->getDbShowId()] = $day->getccShow();
|
$ccShows[$day->getDbShowId()] = $day->getccShow();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue