diff options
author | Byron Jones <bjones@mozilla.com> | 2012-02-27 16:31:45 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-02-27 16:31:45 +0100 |
commit | 4d9e3d0c87ff6a118e94952b1c9ff475d2f023fc (patch) | |
tree | 668720bef3f039bc6e685b4dd29e78fc6de27de3 /Bugzilla/Config | |
parent | cc48d74d241b98157c80c666c3402b73be6157d1 (diff) | |
download | bugzilla-4d9e3d0c87ff6a118e94952b1c9ff475d2f023fc.tar.gz bugzilla-4d9e3d0c87ff6a118e94952b1c9ff475d2f023fc.tar.xz |
Bug 698345: report errors and warnings to arecibo
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Advanced.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/Advanced.pm b/Bugzilla/Config/Advanced.pm index f5653ee86..b70dcb9e3 100644 --- a/Bugzilla/Config/Advanced.pm +++ b/Bugzilla/Config/Advanced.pm @@ -68,6 +68,12 @@ use constant get_param_list => ( type => 'b', default => 0 }, + + { + name => 'arecibo_server', + type => 't', + default => '', + }, ); 1; |