mirror of
https://github.com/itflow-org/itflow
synced 2026-03-13 17:24:51 +00:00
Fix Folder ID for file references
This commit is contained in:
@@ -104,7 +104,7 @@ $document_parent = intval($row['document_parent']);
|
|||||||
|
|
||||||
while ($row = mysqli_fetch_array($sql_files)) {
|
while ($row = mysqli_fetch_array($sql_files)) {
|
||||||
$file_id = intval($row['file_id']);
|
$file_id = intval($row['file_id']);
|
||||||
$folder_id = intval($row['folder_id']);
|
$folder_id = intval($row['file_folder_id']);
|
||||||
$file_name = nullable_htmlentities($row['file_name']);
|
$file_name = nullable_htmlentities($row['file_name']);
|
||||||
|
|
||||||
$linked_files[] = $file_id;
|
$linked_files[] = $file_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user