From 5c21137816e15b8c2c3fe2427b7ef1f6b568267f Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:49:55 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index f53bea65..4f8c90e2 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -436,7 +436,7 @@ class Pman_Core_NotifySend extends Pman $w->sent = date('Y-m-d H:i:s'); $w->msgid = $email['headers']['Message-Id']; $w->event_id = $ev->id; // sent ok.. - no need to record it.. - $w->domain_id = + $w->domain_id = $core_domain->id; $w->update($ww); // enable cc in notify.. -- 2.39.2