Undefined array key "_none"

Created on 5 December 2024, 17 days ago

Problem/Motivation

I got this Warning: Undefined array key "_none" in name_element_render_component() (line 467 of /xxx/modules/contrib/name/name.module)

if ($element['#options']['_none']) {
I presume it should read:
if (isset($element['#options']['_none'])) {

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇳🇱Netherlands promes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024