Bug 194426: "usequips" was renamed improperly in the backward-compatibility Param code.

Patch by Steve Lamm <slamm@yahoo-inc.com> r= bbaetz, a= justdave
parent 5da94c54
......@@ -171,8 +171,8 @@ sub UpdateParams {
delete $param{'version'};
# Change from a boolean for quips to multi-state
if (exists $param{'usequip'} && !exists $param{'allowquips'}) {
$param{'allowquips'} = $param{'usequip'} ? 'on' : 'off';
if (exists $param{'usequip'} && !exists $param{'enablequips'}) {
$param{'enablequips'} = $param{'usequip'} ? 'on' : 'off';
delete $param{'usequip'};
}
......
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