minor fixes + minor code reformatting
This commit is contained in:
parent
d0f967b90a
commit
1b89448983
5 changed files with 16 additions and 19 deletions
|
@ -152,7 +152,7 @@ class MetaData {
|
|||
function exists()
|
||||
{
|
||||
if (is_null($this->exists)) {
|
||||
$this->exists = $this->dbCheck($gunid) &&
|
||||
$this->exists = $this->dbCheck($this->gunid) &&
|
||||
is_file($this->fname) &&
|
||||
is_readable($this->fname);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue