From e3b1325fc54798433acb8863b65b19e5d82fcf06 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Feb 2012 10:38:32 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index eadb1884..74fb7977 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -276,7 +276,7 @@ class Pman_Core_NotifySend extends Pman if ($res === true) { // success.... - $ev = $this->addEvent('NOTIFY', $w, 'SUCCESS: ' .$email['headers']['Subject']); + $ev = $this->addEvent('NOTIFY', $w, "SUCCESS: {$w->to_email} - {$email['headers']['Subject']}"); -- 2.39.2