CarnetApp / CarnetNextcloud

GNU Affero General Public License v3.0
154 stars 29 forks source link

Correction in NoteController.php @ line 632 #150

Closed hobbsecky closed 3 years ago

hobbsecky commented 3 years ago

https://github.com/CarnetApp/CarnetNextcloud/blob/3335cbfa6d9b424c7ebfa983c123fb9a81572003/lib/Controller/NoteController.php#L632

I changed mine to:

$metadataFromCache = $cache->getFromCache($paths);

No more errors in my logs after the change.

Peace out.

PhieF commented 3 years ago

Thanks for the tip

the code is commited ! thanks !