mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
set $_excludeFoldersDashboard to empty array
This commit is contained in:
parent
682cb8904f
commit
226d2f01f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user