From d89dab65d0bbcaf678dbcc7c24b0f644d81e4a8c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 26 May 2013 18:58:19 +0200 Subject: [PATCH] parameter list of printNewTreeNavigation() has changed --- views/bootstrap/class.FolderChooser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.FolderChooser.php b/views/bootstrap/class.FolderChooser.php index 6b2934e90..387d77666 100644 --- a/views/bootstrap/class.FolderChooser.php +++ b/views/bootstrap/class.FolderChooser.php @@ -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 "\n\n";