diff --git a/out/out.FolderNotify.php b/out/out.FolderNotify.php index 12da6d54b..35b3f2686 100644 --- a/out/out.FolderNotify.php +++ b/out/out.FolderNotify.php @@ -50,6 +50,7 @@ $allUsers = $dms->getAllUsers($settings->_sortUsersInList); $allGroups = $dms->getAllGroups(); if($view) { + $view->setParam('showtree', showtree()); $view->setParam('folder', $folder); $view->setParam('allusers', $allUsers); $view->setParam('allgroups', $allGroups);