X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FEvent%2FBAO%2FReply.php;h=d7ca61e659a896a44e104d69b4a414072b213b15;hb=bed983430218b8ec5be970ba52fa7300142565d3;hp=24bff5a3d3569be41f9929bb30a1994b798d26ce;hpb=5552f12522cb2481ce8f8ccf028148084367237f;p=civicrm-core.git diff --git a/CRM/Mailing/Event/BAO/Reply.php b/CRM/Mailing/Event/BAO/Reply.php index 24bff5a3d3..d7ca61e659 100644 --- a/CRM/Mailing/Event/BAO/Reply.php +++ b/CRM/Mailing/Event/BAO/Reply.php @@ -142,7 +142,7 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply { if ($fullEmail) { // parse the email and set a new destination - $parser = new ezcMailParser; + $parser = new ezcMailParser(); $set = new ezcMailVariableSet($fullEmail); $parsed = array_shift($parser->parseMail($set)); $parsed->to = array(new ezcMailAddress($mailing->replyto_email));