stage #2

Merged
ThaMunsta merged 122 commits from stage into main 2026-01-17 20:10:26 +00:00
Showing only changes of commit 9f19fd3c75 - Show all commits

View File

@@ -35,7 +35,7 @@ if (isset($_POST['document_content'])) {
} }
if (isset($_POST['document_folder_id'])) { if (isset($_POST['document_folder_id'])) {
$folder = intval($_POST['document_content']); $folder = intval($_POST['document_folder_id']);
} elseif (isset($document_row) && isset($document_row['document_folder_id'])) { } elseif (isset($document_row) && isset($document_row['document_folder_id'])) {
$folder = intval($document_row['document_folder_id']); $folder = intval($document_row['document_folder_id']);
} else { } else {