mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
d2bf22994d
|
@ -845,8 +845,8 @@ function insert_document($document) { /* {{{ */
|
|||
$filename,
|
||||
$file['attributes']['orgfilename'],
|
||||
$file['attributes']['filetype'],
|
||||
$file['attributes']['mimetype']
|
||||
$file['attributes']['version']
|
||||
$file['attributes']['mimetype'],
|
||||
$file['attributes']['version'],
|
||||
$file['attributes']['public']
|
||||
);
|
||||
unlink($filename);
|
||||
|
|
Loading…
Reference in New Issue
Block a user