mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
fix syntax error
This commit is contained in:
parent
62e1a02ae7
commit
cae24d3d22
|
@ -771,8 +771,8 @@ function insert_document($document) { /* {{{ */
|
||||||
$filename,
|
$filename,
|
||||||
$file['attributes']['orgfilename'],
|
$file['attributes']['orgfilename'],
|
||||||
$file['attributes']['filetype'],
|
$file['attributes']['filetype'],
|
||||||
$file['attributes']['mimetype']
|
$file['attributes']['mimetype'],
|
||||||
$file['attributes']['version']
|
$file['attributes']['version'],
|
||||||
$file['attributes']['public']
|
$file['attributes']['public']
|
||||||
);
|
);
|
||||||
unlink($filename);
|
unlink($filename);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user