From 464845205bc5f9c5060be6aedeb235ac34e2bd1c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 30 Aug 2023 16:33:59 +0200 Subject: [PATCH] pass showtree to view --- out/out.FolderNotify.php | 1 + 1 file changed, 1 insertion(+) 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);