summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config/Core.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm
index 3e1c66623..d359d86aa 100644
--- a/Bugzilla/Config/Core.pm
+++ b/Bugzilla/Config/Core.pm
@@ -106,6 +106,12 @@ sub get_param_list {
},
{
+ name => 'announcehtml',
+ type => 'l',
+ default => ''
+ },
+
+ {
name => 'upgrade_notification',
type => 's',
choices => ['development_snapshot', 'latest_stable_release',