renamed displayable to visible
This commit is contained in:
parent
acf954f637
commit
1c628bd831
4 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue