mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 194426: "usequips" was renamed improperly in the backward-compatibility Param code.
Patch by Steve Lamm <slamm@yahoo-inc.com> r= bbaetz, a= justdave
This commit is contained in:
parent
01767033ad
commit
c65dcaabc4
@ -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'};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user