Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Hooks/FSHooks.php')
-rw-r--r--lib/Hooks/FSHooks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Hooks/FSHooks.php b/lib/Hooks/FSHooks.php
index d2b1f90..b7a2251 100644
--- a/lib/Hooks/FSHooks.php
+++ b/lib/Hooks/FSHooks.php
@@ -82,7 +82,7 @@ class FSHooks {
$cacheManager = new CacheManager($this->db, $this->carnetFolder);
$utils = new NoteUtils();
$metadata = $utils->getMetadata($this->carnetFolder, $relativePath);
- $cacheManager->addToCache($relativePath, $metadata, $metadata['lastmodfile']);
+ $cacheManager->addToCache($relativePath, $metadata, $metadata['lastmodfile'], $metadata['text']);
} catch(\PhpZip\Exception\ZipException $e){
}