Skip to content

Commit 2c2f434

Browse files
committed
Fix wrong options model
1 parent 9761210 commit 2c2f434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/adminhtml/templates/form/field_type/select.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $fieldType = $field->getFieldType();
2323
$fieldAttributes = $field->getFieldAttributes();
2424

2525
if (false === $options instanceof OptionSourceInterface) {
26-
echo '$options is not a proper instance';
26+
echo '$options is not a proper instance: '.gettype($options);
2727
return;
2828
}
2929
?>

0 commit comments

Comments
 (0)