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-11-05 01:20:01 +0300
committerPhie <phie@phie.ovh>2020-11-05 01:20:01 +0300
commitce1e675995de92990469fa34c4a511d097ca803b (patch)
tree1d4e1c7b086c05dfda1b387ff464718489a01fcd
parente027e1f4082db027e2bea7b050d0e62f5b8e1c34 (diff)
fix note export
-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 a14a410..b28f1dc 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -1269,7 +1269,7 @@ public function getOpusEncoder(){
if ($tmp == "index.php") {
$tmp = "";
}
- return new RedirectResponse("../../../../../".$tmp."/index.php/apps/files/ajax/download.php?files=".$this->getNotePath());
+ return new RedirectResponse("../../../../../../".$tmp."/index.php/apps/files/ajax/download.php?files=".$this->getNotePath());
}