From 5ef5de9b98d9c06b4fb99bde9bdcec52a2f07824 Mon Sep 17 00:00:00 2001 From: Felix Ivo Date: Tue, 8 Jul 2025 10:51:57 +0200 Subject: [PATCH] fixed document upload location --- Views/Notes/editNote.phtml | 2 +- Views/Notes/fileManager.phtml | 4 ++-- Views/Notes/showNoteDetails.phtml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Views/Notes/editNote.phtml b/Views/Notes/editNote.phtml index 11757f8..981b0fe 100644 --- a/Views/Notes/editNote.phtml +++ b/Views/Notes/editNote.phtml @@ -74,7 +74,7 @@ function sanitize($data, $flags = ENT_QUOTES, $encoding = 'UTF-8') { diff --git a/Views/Notes/fileManager.phtml b/Views/Notes/fileManager.phtml index a645b6c..ab0aa23 100644 --- a/Views/Notes/fileManager.phtml +++ b/Views/Notes/fileManager.phtml @@ -24,7 +24,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/Views/Notes/showNoteDetails.phtml b/Views/Notes/showNoteDetails.phtml index bf9b5f8..8c3a7c3 100644 --- a/Views/Notes/showNoteDetails.phtml +++ b/Views/Notes/showNoteDetails.phtml @@ -33,7 +33,7 @@ $files = $this->notesModel->getUploadedFiles($note['id']);