Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.php |
— | — | @@ -105,6 +105,7 @@ |
106 | 106 | $wgOptInFeedBackSurvey = $wgOptInSurvey; |
107 | 107 | unset( $wgOptInFeedBackSurvey['whyoptout'] ); |
108 | 108 | unset( $wgOptInFeedBackSurvey['explainwhyoptout'] ); |
| 109 | +unset( $wgOptInFeedBackSurvey['different'] ); |
109 | 110 | $wgOptInFeedBackSurvey['usedtoolbar']['ifno'] = 'optin-survey-question-usedtoolbar-ifno'; |
110 | 111 | $wgOptInFeedBackSurvey['changes'] = array( |
111 | 112 | 'question' => 'optin-survey-question-changes', |