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

index 5868e00..aa12c80 100644 (file)
@@ -74,7 +74,13 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         $events->groupBy('Events.action');
         $events->orderBy('Events.action ASC');
         
-        print_r($events->fetchAll('action', 'total'));exit;
+        $totals = $events->fetchAll('action', 'total');
+        
+        if(empty($totals)){
+            
+        }
+        
+        print_r();exit;
         
         $this->jok("Done");