Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:14:14 +0000 (12:14 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:14:14 +0000 (12:14 +0800)
Report/SendEventErrors.php

index 522dc49..9166402 100644 (file)
@@ -80,7 +80,11 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             $this->jerr('Nothing to be sent');
         }
         
-        print_r();exit;
+        $subject = (empty($this->opts['subject'])) ? '' : $this->opts['subject'];
+        
+        foreach ($totals as $k => $v){
+            
+        }
         
         $this->jok("Done");