From 226d2f01f44a52af984bed4d4e809cccce786855 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 20 Dec 2024 13:26:21 +0100 Subject: [PATCH] set $_excludeFoldersDashboard to empty array --- inc/inc.ClassSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 5cc4e84d3..bc4a181b6 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -280,7 +280,7 @@ class Settings { /* {{{ */ // number of days in the past of the dashboard var $_daysPastDashboard = 7; // list of folders not considered for dashboard - var $_excludeFoldersDashboard = ''; + var $_excludeFoldersDashboard = []; // enable/disable help var $_enableHelp = true; // enable/disable language selection menu