We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30ee98 + 3433c68 commit c3a449cCopy full SHA for c3a449c
1 file changed
code/BootstrapDropdownField.php
@@ -4,7 +4,7 @@ class BootstrapDropdownField extends DropdownField {
4
protected $optionsList;
5
6
public function __construct($name, $title = NULL, $options = array(), $value = NULL) {
7
- parent::__construct($name, $title, $value);
+ parent::__construct($name, $title,$options, $value);
8
$this->optionsList = $options;
9
10
return $this;
0 commit comments