From: Alan Knowles Date: Wed, 11 Apr 2018 05:32:37 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=729f69b561a6e6cc7000de1819f38388949c0628 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 38afd5a..2c986fc 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'], - 'errors' => $errors, + 'data' => $this, 'subject' => $subject );