INFRA-32 batch 11
[civicrm-core.git] / CRM / Mailing / Event / BAO / Reply.php
index 24bff5a3d3569be41f9929bb30a1994b798d26ce..d7ca61e659a896a44e104d69b4a414072b213b15 100644 (file)
@@ -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));