Problem/Motivation

On some forms, you'll see the following PHP notice:

Notice: Undefined index: #type in <em>formdazzle_add_form_element_suggestions()</em> (line <em>95</em> of <em>formdazzle.module</em>).

Proposed resolution

There's a missing isset() on line 95.

User interface changes

No more red notices!

API changes

None.

CommentFileSizeAuthor
#2 3082621-2.patch657 bytesJohnAlbin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JohnAlbin created an issue. See original summary.

JohnAlbin’s picture

FileSize
657 bytes

  • JohnAlbin committed 63ad9b9 on 8.x-1.x
    Issue #3082621 by JohnAlbin: Fix PHP notice: Undefined index: #type
    
JohnAlbin’s picture

Title: Fix PHP notice » Fix PHP notice: Undefined index: #type
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.