mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
- no need to put '/' after LetoDMS_Document::getDir()
This commit is contained in:
parent
33e24bc749
commit
53c7829806
|
@ -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;
|
||||
}
|
||||
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user