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:
authorPhie <phie@phie.ovh>2021-04-24 00:27:47 +0300
committerPhie <phie@phie.ovh>2021-04-24 00:27:47 +0300
commite9b36fc1a1238dbe1a8e00237243b34d844545de (patch)
treeeac646055ba6272a7342574f9d0fa43ef333460c
parent9a7af37f36e7cad3e3e7562c8d5cbde1e9244162 (diff)
correction thanks to hobbsecky
-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 7ca3569..729babb 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -629,7 +629,7 @@ public function getOpusEncoder(){
public function getMetadata($paths){
$array = array();
$cache = new CacheManager($this->db, $this->CarnetFolder);
- $metadataFromCache = $cache->getFromCache($pathsAr);
+ $metadataFromCache = $cache->getFromCache($paths);
foreach($paths as $path){
if(empty($path))