From: edward Date: Fri, 5 Feb 2016 04:49:30 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=83329810def2af8a1fa35eba1f5a7e8b8c75a347 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 031b530..25e0e97 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -128,7 +128,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $content = array( 'template' => 'EVENT_ERRORS_REPORT', 'rcpts' => $rcpts, - 'list' => $errors, + 'errors' => $errors, 'subject' => $subject );