Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Mar 2016 03:58:50 +0000 (11:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Mar 2016 03:58:50 +0000 (11:58 +0800)
Report/SendEventErrors.php

index 825fbfc..f2ba99b 100644 (file)
@@ -111,6 +111,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             DISTINCT(Events.action) AS action,
             COUNT(Events.id) AS total
         ");
+        $events->whereAdd('id > '. $min);
         
         $events->whereAdd("Events.event_when > NOW() - INTERVAL 1 DAY");