DataObjects/Core_email.php
[Pman.Core] / DataObjects / Core_email.php
index 0981883..cbaba21 100644 (file)
@@ -700,7 +700,7 @@ Content-Transfer-Encoding: 7bit
             $pg->jerr("{$method} does not exists in {$cls}");
         }
         
-        $content = $x->{$method}($this, $this->authUser);
+        $content = $x->{$method}($this, $person);
         $content['to'] = $person->getEmailFrom();
 
         $content['bcc'] = array();