Skip to content

Update folder_create_modal.php #1176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

Whit3XLightning
Copy link
Contributor

$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 and correctly name the modal.

image

image

$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.
Copy link

sonarqubecloud bot commented Mar 1, 2025

@johnnyq
Copy link
Collaborator

johnnyq commented Mar 1, 2025

Nice that will work

@johnnyq johnnyq self-requested a review March 1, 2025 17:11
@johnnyq johnnyq merged commit bbee81c into itflow-org:master Mar 1, 2025
4 checks passed
@wrongecho
Copy link
Collaborator

@johnnyq This should have been merged into develop, not master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants