Pman/Login.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:09:58 +0000 (10:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:09:58 +0000 (10:09 +0800)
Pman/Login.php

index 1189cc4..5feeb62 100644 (file)
@@ -417,7 +417,7 @@ class Pman_Login extends Pman
         $this->rcpts = $u->getEmailFrom();
         
        
-       $mailer = $core_email->toMailer($this, false);
+       $mailer = $cm->toMailer($this, false);
        if (is_a($mailer,'PEAR_Error') ) {
            $this->addEvent('SYSERR',false, $mailer->getMessage());
            $this->jerr($mailer->getMessage());