diff --git a/out/out.ManageNotify.php b/out/out.ManageNotify.php index 4ffc38452..5678023ba 100644 --- a/out/out.ManageNotify.php +++ b/out/out.ManageNotify.php @@ -35,6 +35,9 @@ if ($user->isGuest()) { } if($view) { + $view->setParam('showtree', showtree()); + $view->setParam('enableRecursiveCount', $settings->_enableRecursiveCount); + $view->setParam('maxRecursiveCount', $settings->_maxRecursiveCount); $view->setParam('cachedir', $settings->_cacheDir); $view->setParam('previewWidthList', $settings->_previewWidthList); $view->setParam('timeout', $settings->_cmdTimeout);