Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.classes.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | /* Private Static Members */ |
7 | 7 | |
8 | 8 | // Correlation between names of field types and implementation classes |
9 | | - private static $fieldTypes = array( |
| 9 | + protected static $fieldTypes = array( |
10 | 10 | 'select' => 'PrefSwitchSurveyFieldSelect', |
11 | 11 | 'radios' => 'PrefSwitchSurveyFieldRadios', |
12 | 12 | 'checks' => 'PrefSwitchSurveyFieldChecks', |