summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Admin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/Admin.pm')
-rw-r--r--Bugzilla/Config/Admin.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/Config/Admin.pm b/Bugzilla/Config/Admin.pm
index 811f7029e..97f8ea390 100644
--- a/Bugzilla/Config/Admin.pm
+++ b/Bugzilla/Config/Admin.pm
@@ -33,6 +33,13 @@ sub get_param_list {
name => 'allowuserdeletion',
type => 'b',
default => 0
+ },
+
+ {
+ name => 'last_visit_keep_days',
+ type => 't',
+ default => 10,
+ checker => \&check_numeric
});
return @param_list;
}