Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Wed, 11 Apr 2018 05:55:35 +0000 (13:55 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 11 Apr 2018 05:55:35 +0000 (13:55 +0800)
Report/SendEventErrors.php

index 2c986fc..38afd5a 100644 (file)
@@ -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
         );