mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
pass root folder id to printNewTreeNavigation()
This commit is contained in:
parent
1cdb515bb5
commit
8d4247f665
|
@ -41,7 +41,7 @@ class SeedDMS_View_FolderChooser extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
$this->htmlStartPage(getMLText("choose_target_folder"));
|
||||
$this->contentContainerStart();
|
||||
$this->printNewTreeNavigation($folderid, $mode, 0);
|
||||
$this->printNewTreeNavigation($rootfolderid, $mode, 0);
|
||||
// $this->printFoldersTree($mode, $exclude, $rootfolderid);
|
||||
$this->contentContainerEnd();
|
||||
echo "</body>\n</html>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user