This broke because the modification is attempting to append its reply to all template to the end of $ccrecipients, which used to be a string. Now that it's an array, it causes the entire array to get scrapped (from what I can tell).
I adjusted it on my end to append the template to $vbphrase['recipients'] instead (also removing the <li> tag from the template itself).
|