Report/SendEventErrors.php
authoredward <edward@roojs.com>
Tue, 19 Jul 2016 03:53:45 +0000 (11:53 +0800)
committeredward <edward@roojs.com>
Tue, 19 Jul 2016 03:53:45 +0000 (11:53 +0800)
Report/SendEventErrors.php

index a1cdaa7..0228a6f 100644 (file)
@@ -211,7 +211,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
         $content = array(
             'template'      => 'EVENT_ERRORS_REPORT',
-            'rcpts_group'         => $rcpts,
+            'rcpts_group'   => $this->opts['group'],
             'errors'        => $errors,
             'subject'       => $subject
         );