Report/SendEventErrors.php
[Pman.Admin] / Report / SendEventErrors.php
index d9c361a..4845858 100644 (file)
@@ -210,9 +210,9 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
         
         $content = array(
-            'template'      => 'Release_Spider_Report',
+            'template'      => 'EVENT_ERRORS_REPORT',
             'rcpts_group'   => $this->opts['group'],
-            'data'        => $this,
+            'errors'        => $errors,
             'subject'       => $subject
         );
 
@@ -228,7 +228,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     
     function listTypes()
     {
-         $events = DB_DataObject::factory('Events');
+        $events = DB_DataObject::factory('Events');
         $events->selectAdd();
         $events->selectAdd("
             DISTINCT(Events.action) AS action
@@ -241,5 +241,10 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
     }
     
+    static function test_EVENT_ERRORS_REPORT($pg, $to)
+    {
+        
+    }
+    
     
 }
\ No newline at end of file