mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix wrong parameter comment of addDocument()
This commit is contained in:
parent
6bef6824c2
commit
71ac5428ca
|
@ -728,7 +728,7 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
|
|||
* expiration date
|
||||
* @param object $owner owner of the new document
|
||||
* @param string $keywords keywords of new document
|
||||
* @param array $categories list of category ids
|
||||
* @param array $categories list of category objects
|
||||
* @param string $tmpFile the path of the file containing the content
|
||||
* @param string $orgFileName the original file name
|
||||
* @param string $fileType usually the extension of the filename
|
||||
|
|
Loading…
Reference in New Issue
Block a user