set $_excludeFoldersDashboard to empty array

This commit is contained in:
Uwe Steinmann 2024-12-20 13:26:21 +01:00
parent 682cb8904f
commit 226d2f01f4

View File

@ -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