diff --git a/_config.php b/_config.php index b3d9bbc..635be37 100644 --- a/_config.php +++ b/_config.php @@ -1 +1,6 @@ getEmptyString(); $options[] = new ArrayData(array( 'Value' => '', - 'Title' => $empty['Title'], + 'Title' => $empty, 'Selected' => $selected, 'Disabled' => $disabled, 'Attributes' => $this->createOptionAttributes($empty) diff --git a/code/AdvancedGroupedDropdownField.php b/code/AdvancedGroupedDropdownField.php index a317744..fff3028 100644 --- a/code/AdvancedGroupedDropdownField.php +++ b/code/AdvancedGroupedDropdownField.php @@ -1,6 +1,15 @@