parameter list of printNewTreeNavigation() has changed

This commit is contained in:
Uwe Steinmann 2013-05-26 18:58:19 +02:00
parent d7be53261f
commit d89dab65d0

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, $showtree, 0);
$this->printNewTreeNavigation($folderid, $mode, 0);
// $this->printFoldersTree($mode, $exclude, $rootfolderid);
$this->contentContainerEnd();
echo "</body>\n</html>\n";