renamed displayable to visible

This commit is contained in:
Rudi Grinberg 2012-11-05 10:57:18 -05:00
parent acf954f637
commit 1c628bd831
4 changed files with 7 additions and 7 deletions

View file

@ -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;