Fix not showing File folders instead of Document Folders when creating a document.

This commit is contained in:
johnnyq
2025-04-13 11:55:14 -04:00
parent 424104bb66
commit 3e708059c6
2 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
<option value="0">/</option>
<?php
// Start displaying folder options from the root (parent_folder = 0)
display_folder_options(0, $client_id);
display_folder_options(0, $client_id, 1);
?>
</select>
</div>