CC-3944 : Now Playing -> Time Line view: Cannot cancel record show, cancel button is disabled

This commit is contained in:
Naomi Aro 2012-09-17 16:28:28 -07:00
parent c2b2ea1d16
commit bb3ffce071
2 changed files with 18 additions and 5 deletions

View file

@ -332,6 +332,10 @@ class Application_Model_ShowBuilder
$this->getScheduledStatus($startsEpoch, $endsEpoch, $row);
$this->isAllowed($p_item, $row);
if (intval($p_item["si_record"]) === 1) {
$row["record"] = true;
}
return $row;
}