From 1214860e401752e6c607ac7a2de4e498a753aa08 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 19 Jul 2016 11:53:45 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index a1cdaa7..0228a6f 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -211,7 +211,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $content = array( 'template' => 'EVENT_ERRORS_REPORT', - 'rcpts_group' => $rcpts, + 'rcpts_group' => $this->opts['group'], 'errors' => $errors, 'subject' => $subject ); -- 2.39.2