From e9b36fc1a1238dbe1a8e00237243b34d844545de Mon Sep 17 00:00:00 2001 From: Phie Date: Fri, 23 Apr 2021 23:27:47 +0200 Subject: correction thanks to hobbsecky --- lib/Controller/NoteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3