From afff46972a9820f8767db8a4b7a8286661ee51bb Mon Sep 17 00:00:00 2001 From: Tallyn Morse <45186932+Whit3XLightning@users.noreply.github.com> Date: Fri, 28 Feb 2025 23:26:39 -0600 Subject: [PATCH] Update folder_create_modal.php $folder['folder_name']; did not exist in the scope of where folder_create_modal.php was being required in the client_files.php and client_documents.php leading to null array pointer exception. While dirty the new way will reliably retrieve the name of the current folder the user is browsing to correctly name the modal. --- modals/folder_create_modal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modals/folder_create_modal.php b/modals/folder_create_modal.php index 11d32792..fe47c7c2 100644 --- a/modals/folder_create_modal.php +++ b/modals/folder_create_modal.php @@ -2,7 +2,7 @@