Add missing mtime field to processed documents
This commit is contained in:
parent
30f7323304
commit
440eb9e27c
@ -146,7 +146,8 @@ class Storage {
|
|||||||
'fileid' => $rawDocument->getId(),
|
'fileid' => $rawDocument->getId(),
|
||||||
'path' => $rawDocument->getInternalPath(),
|
'path' => $rawDocument->getInternalPath(),
|
||||||
'name' => $rawDocument->getName(),
|
'name' => $rawDocument->getName(),
|
||||||
'mimetype' => $rawDocument->getMimetype()
|
'mimetype' => $rawDocument->getMimetype(),
|
||||||
|
'mtime' => $rawDocument->getMTime()
|
||||||
);
|
);
|
||||||
|
|
||||||
array_push($documents, $document);
|
array_push($documents, $document);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user