Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaniels5757 committed Jul 27, 2023
1 parent a0890f6 commit 9375552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinklespeedy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ Twinkle.speedy.getParameters = function twinklespeedyGetParameters(form, values)
if (form['csd.duplicate_filename']) {
var rationale = form['csd.duplicate_filename'].value;
if (rationale) {
currentParams['2'] = rationale;
currentParams['1'] = rationale;
}
}
break;
Expand Down

0 comments on commit 9375552

Please sign in to comment.