renamed displayable to visible
This commit is contained in:
parent
acf954f637
commit
1c628bd831
4 changed files with 7 additions and 7 deletions
|
@ -379,7 +379,7 @@ SQL;
|
|||
{
|
||||
$file = CcFilesQuery::create()->findPK($p_item, $this->con);
|
||||
|
||||
if (isset($file) && $file->displayable()) {
|
||||
if (isset($file) && $file->visible()) {
|
||||
$entry = $this->blockItem;
|
||||
$entry["id"] = $file->getDbId();
|
||||
$entry["pos"] = $pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue