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