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

index 38afd5a..2c986fc 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'],
-            'errors'        => $errors,
+            'data'        => $this,
             'subject'       => $subject
         );