I'm getting the following warning:
Warning: array_key_exists() expects parameter 2 to be array, null given in conditional_fields_get_state() in line 211 of conditional_fields.api.inc
Array checking should be checking before using this function.

CommentFileSizeAuthor
#2 warning_array_key_exists-2922833-2.patch740 bytesanas_maw

Comments

Anas_maw created an issue. See original summary.

anas_maw’s picture

Status: Active » Needs review
StatusFileSize
new740 bytes

This patch solve the issue by adding array checking.

colan’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

  • colan committed 3f83005 on 8.x-1.x authored by Anas_maw
    Issue #2922833 by Anas_maw: Check if the dependee display is an array...
colan’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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