mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
parameter list of printNewTreeNavigation() has changed
This commit is contained in:
parent
d7be53261f
commit
d89dab65d0
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user