Skip to content

Fix E_NOTICE "Undefined index".

AllenShaw requested to merge AllenShaw/emailapi:fix-e-notice-01 into master

$contact may (at least sometimes) have no 'is_deleted' array member, which will throw E_NOTICE. Use null-collescing operator '??' to avoid this. (Also replace old-style 'Utils_Array mechanism with '??' for equivalent purpose WRT to 'is_deceased').

Merge request reports