DataObjects/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2020 04:23:23 +0000 (12:23 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2020 04:23:23 +0000 (12:23 +0800)
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();