Index: trunk/extensions/SemanticForms/includes/forminputs/SF_FormInput.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | /** |
92 | 92 | * Returns the set of parameters for this form input. |
93 | 93 | */ |
94 | | - public static function getAllowedParameters() { |
| 94 | + public static function getParameters() { |
95 | 95 | $params = array(); |
96 | 96 | $params[] = array( 'name' => 'mandatory', 'type' => 'boolean', 'description' => wfMsg( 'sf_forminputs_mandatory' ) ); |
97 | 97 | $params[] = array( 'name' => 'restricted', 'type' => 'boolean', 'description' => wfMsg( 'sf_forminputs_restricted' ) ); |