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

index 25302af..76bc8ed 100644 (file)
@@ -130,9 +130,16 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         }
         
         $summary = array();
-        $list = array()
+        $list = array();
         
         foreach ($events->fetchAll() as $e){
+            if(!isset($summary[$e->action])){
+                $summary[$e->action] = 0;
+            }
+            
+            $summary[$e->action] += 1;
+            
+            
             
         }