changed hidden check to displayable check
This commit is contained in:
parent
6e89fdab30
commit
acf954f637
airtime_mvc/application/models
|
@ -373,8 +373,8 @@ SQL;
|
|||
}
|
||||
|
||||
if (isset($obj)) {
|
||||
if (($obj instanceof CcFiles && $obj->getDbFileExists() &&
|
||||
!$obj->getDbHidden()) || $obj instanceof CcWebstream ||
|
||||
if (($obj instanceof CcFiles && $obj->displayable())
|
||||
|| $obj instanceof CcWebstream ||
|
||||
$obj instanceof CcBlock) {
|
||||
|
||||
$entry = $this->plItem;
|
||||
|
|
Loading…
Reference in New Issue