From 2c49e2b030ea2218588e6d7b5705c3a717cc8625 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:09:58 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 1189cc4..5feeb62 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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()); -- 2.39.2