Skip to content

Fix `Attempt to read property "value" on null` warning

jensschuppe requested to merge fixWarningPropertyOnNull into 2.0.x

I'm not sure where the field contact_id on the Drupal user object is being defined, but this method ought to check for its existence to avoid an Attempt to read property "value" on null PHP warning.

Merge request reports

Loading