mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix syntax error
This commit is contained in:
parent
62e1a02ae7
commit
cae24d3d22
|
@ -771,8 +771,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