pass root folder id to printNewTreeNavigation()

This commit is contained in:
Uwe Steinmann 2013-05-29 23:25:14 +02:00
parent 1cdb515bb5
commit 8d4247f665

View File

@ -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";