Add missing mtime field to processed documents

pull/1/head
Pranav Kant 8 years ago
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…
Cancel
Save