mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- fixed bug in LetoDMS_Core_Document::getPath()
This commit is contained in:
parent
148c5972cb
commit
33e24bc749
|
@ -1708,7 +1708,7 @@ class LetoDMS_Core_DocumentContent { /* {{{ */
|
|||
return $this->_user;
|
||||
} /* }}} */
|
||||
// function getPath() { return $this->_dir . $this->_version . $this->_fileType; }
|
||||
function getPath() { return $this->_document->getID() .'/'. $this->_version . $this->_fileType; }
|
||||
function getPath() { return $this->_document->getDir() . $this->_version . $this->_fileType; }
|
||||
|
||||
function setComment($newComment) { /* {{{ */
|
||||
$db = $this->_document->_dms->getDB();
|
||||
|
|
Loading…
Reference in New Issue
Block a user