mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
just added some spaces in parameter list
This commit is contained in:
parent
efa85c70a0
commit
08887fcbd9
|
@ -2325,7 +2325,7 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
return $this->_documentFiles[$hash];
|
||||
} /* }}} */
|
||||
|
||||
function addDocumentFile($name, $comment, $user, $tmpFile, $orgFileName,$fileType, $mimeType,$version=0,$public=1) { /* {{{ */
|
||||
function addDocumentFile($name, $comment, $user, $tmpFile, $orgFileName, $fileType, $mimeType, $version=0, $public=1) { /* {{{ */
|
||||
$db = $this->_dms->getDB();
|
||||
|
||||
$dir = $this->getDir();
|
||||
|
|
Loading…
Reference in New Issue
Block a user