Mailer.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 14 Dec 2013 10:53:45 +0000 (18:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 14 Dec 2013 10:53:45 +0000 (18:53 +0800)
Mailer.php

index 0f58a9a..d63b9d9 100644 (file)
@@ -294,7 +294,7 @@ class Pman_Core_Mailer {
         error_reporting($oe);
         if ($ret === true) { 
             $pg->addEvent("COREMAILER-SENT",  false,
-                'To: ' .  ( is_array($rcpts) ? implode(', ', $rcpts) : $rcpts) .
+                'To: ' .  ( is_array($rcpts) ? implode(', ', $rcpts) : $rcpts ) .
                 'Subject '  . @$headers['Subject']
             ); 
         }