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>2020-06-20 22:47:51 +0300
committerPhie <phie@phie.ovh>2020-06-20 22:49:22 +0300
commit7af83b06565fe95d02c41f70a437ee4e36fcbd43 (patch)
tree1046fc604a23afae3e639c4fe6f1f9e8b53c51fa
parent4d51fdbaa43fa6681b7e9bdcd3b2ab63f455489c (diff)
wait extraction before save
-rwxr-xr-xlib/Controller/NoteController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php
index 5037061..7f9f3aa 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -947,6 +947,7 @@ public function getOpusEncoder(){
}
private function saveOpenNote($path,$id){
+ $this->waitEndOfExtraction($id);
$cache = $this->getCacheFolder();
$folder = $cache->get("currentnote".$id);
$zipFile = new MyZipFile();