just added some spaces in parameter list

This commit is contained in:
Uwe Steinmann 2021-09-24 10:14:19 +02:00
parent efa85c70a0
commit 08887fcbd9

View File

@ -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();