Index: trunk/extensions/ContributionTracking/ContributionTracking_body.php |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | $repost['on0'] = 'Shirt Size'; |
103 | 103 | $repost['os0'] = $wgRequest->getText( 'size', null ); |
104 | 104 | $repost['on1'] = 'Shirt Language'; |
105 | | - $repost['os1'] = $wgRequest->getText( 'language', null ); |
| 105 | + $repost['os1'] = $wgRequest->getText( 'premium-language', null ); |
106 | 106 | $repost['no_shipping'] = 2; |
107 | 107 | } |
108 | 108 | |