- no need to put '/' after LetoDMS_Document::getDir()

This commit is contained in:
steinm 2012-04-11 11:30:58 +00:00
parent 33e24bc749
commit 53c7829806

View File

@ -2600,7 +2600,7 @@ class LetoDMS_Core_DocumentFile { /* {{{ */
}
function getPath() {
return $this->_document->getID() . "/f" .$this->_id . $this->_fileType;
return $this->_document->getDir() . "f" .$this->_id . $this->_fileType;
}
} /* }}} */