From: mkanat%bugzilla.org <> Date: Tue, 16 Dec 2008 21:22:02 +0000 (+0000) Subject: Bug 468728: The 'allowemailchange' parameter should default to 1 X-Git-Tag: bugzilla-3.3.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638396bb1aaa8459d51527d45331418cc426373e;p=thirdparty%2Fbugzilla.git Bug 468728: The 'allowemailchange' parameter should default to 1 Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- diff --git a/Bugzilla/Config/Admin.pm b/Bugzilla/Config/Admin.pm index 18818e6b5b..d4e822816a 100644 --- a/Bugzilla/Config/Admin.pm +++ b/Bugzilla/Config/Admin.pm @@ -49,7 +49,7 @@ sub get_param_list { { name => 'allowemailchange', type => 'b', - default => 0 + default => 1 }, {