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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | warning_array_key_exists-2922833-2.patch | 740 bytes | anas_maw |
Comments
Comment #2
anas_maw commentedThis patch solve the issue by adding array checking.
Comment #3
colanLooks good to me.
Comment #5
colanThanks!