From 5d9930ad2813d8c9cff8eba7bbce1caf17ddd74f Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Thu, 26 Jan 2023 12:15:35 +0000 Subject: [PATCH] Add isset check before calling folder_id from GET params --- client_document_add_from_template_modal.php | 18 +++++++++--------- client_document_add_modal.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client_document_add_from_template_modal.php b/client_document_add_from_template_modal.php index 64a44c81..af0feeeb 100644 --- a/client_document_add_from_template_modal.php +++ b/client_document_add_from_template_modal.php @@ -28,13 +28,13 @@ ?> - + - +
@@ -60,17 +60,17 @@ $folder_name = htmlentities($row['folder_name']); ?> - + - +
- + - + - \ No newline at end of file + diff --git a/client_document_add_modal.php b/client_document_add_modal.php index 8d2bdf93..1611d0b5 100644 --- a/client_document_add_modal.php +++ b/client_document_add_modal.php @@ -33,7 +33,7 @@ $folder_name = htmlentities($row['folder_name']); ?> - +