Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2014 at 14:29 UTC
Updated:
29 Jul 2014 at 23:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
salvisComment #2
salvisJust add a missing isset().
Comment #3
cameron tod commentedI'm surprised these functions are still in use. Patch looks good :)
Comment #4
salvisThanks, cam8001!
Here's where the notice came up...
#2208597-14: Devel HEAD broken: Update calls to config(), drupal_map_assoc, Drupal\Core\Mail\PhpMail
(EDIT: fixed the link)
... and caused Devel to remain broken even after catching up with D8.
Comment #5
andypostyep, this could not be set, but probably needs test and update doc-block to prevent this case
Comment #6
salvisI don't think so. There's already an 'if' to check whether it's set or not, the condition just isn't quite up to the standard.
So it seems to be valid both ways.
Comment #7
dries commentedCommitted to 8.x. Thanks.