mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +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;
|
return $this->_user;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
// function getPath() { return $this->_dir . $this->_version . $this->_fileType; }
|
// 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) { /* {{{ */
|
function setComment($newComment) { /* {{{ */
|
||||||
$db = $this->_document->_dms->getDB();
|
$db = $this->_document->_dms->getDB();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user