From 455ea9cb78485a4b2e9b2fdd1438a83746266fad Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 11 Apr 2018 13:55:35 +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 2c986fc..38afd5a 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -212,7 +212,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $content = array( 'template' => 'EVENT_ERRORS_REPORT', 'rcpts_group' => $this->opts['group'], - 'data' => $this, + 'errors' => $errors, 'subject' => $subject ); -- 2.39.2