fix syntax error

This commit is contained in:
Uwe Steinmann 2017-03-09 09:34:16 +01:00
parent 62e1a02ae7
commit cae24d3d22

View File

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