Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
96f138a9fe
7 changed files with 50 additions and 21 deletions
|
@ -344,6 +344,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue