Index: trunk/extensions/Validator/includes/ListParameter.php |
— | — | @@ -227,7 +227,7 @@ |
228 | 228 | * |
229 | 229 | * @since 0.4 |
230 | 230 | */ |
231 | | - public function setDefault( $default ) { |
| 231 | + public function setDefault( $default, $manipulate = true ) { |
232 | 232 | $this->default = is_array( $default ) ? $default : array( $default ); |
233 | 233 | } |
234 | 234 | |