- Issue created by @philsward
- πΊπΈUnited States philsward
Forgot to mention, someone will have to come up with a patch. I have no clue how.
I believe the fix is to change line 89 to:
$default_pw = isset($instance['default_value'][0][$field_type][$field_type]);
(before)
$default_pw = $instance['default_value'][0][$field_type][$field_type];
Sorry, I didn't copy the error and the module isn't what I'm looking for so I uninstalled it. The error showed up when adding the field to a content type.
Active
1.0
Code
Forgot to mention, someone will have to come up with a patch. I have no clue how.