diff --git a/out/out.ExpiredDocuments.php b/out/out.ExpiredDocuments.php index cbc7d8dcb..47e0964c0 100644 --- a/out/out.ExpiredDocuments.php +++ b/out/out.ExpiredDocuments.php @@ -41,6 +41,7 @@ if (isset($_GET["orderby"]) && strlen($_GET["orderby"])==1 ) { } if($view) { + $view->setParam('showtree', showtree()); $view->setParam('orderby', $orderby); $view->setParam('cachedir', $settings->_cacheDir); $view->setParam('previewWidthList', $settings->_previewWidthList);