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
path: root/lib
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-03-12 16:31:08 +0300
committerPhie <phie@phie.ovh>2019-03-12 16:31:08 +0300
commit270d7a40cf336a47d6490ca529c4e371c8a4c413 (patch)
tree5088cd071c9facf9c3b52a567acb06f5c567732a /lib
parent8b3b552e8c901afd07a67167363cf691bc904bd7 (diff)
disabling cache for now
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Controller/NoteController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php
index 169ee1a..b93ba04 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -455,7 +455,7 @@
if(empty($path))
continue;
try{
- if(!array_key_exists($path, $metadataFromCache)){
+ if(!array_key_exists($path, $metadataFromCache) OR True){
$utils = new NoteUtils();
try{
$meta = $utils->getMetadata($this->CarnetFolder, $path);