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

@ -42,7 +42,7 @@ class CcFiles extends BaseCcFiles {
}
// returns true if the file exists and is not hidden
public function displayable() {
public function visible() {
return $this->getDbFileExists() && !$this->getDbHidden();
}