Commit 638396bb authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 468728: The 'allowemailchange' parameter should default to 1

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent bfa4c5ae
...@@ -49,7 +49,7 @@ sub get_param_list { ...@@ -49,7 +49,7 @@ sub get_param_list {
{ {
name => 'allowemailchange', name => 'allowemailchange',
type => 'b', type => 'b',
default => 0 default => 1
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment