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

index 52607aa..8e50a31 100644 (file)
@@ -124,7 +124,9 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             $events->whereAddIn('!Events.action', $exclude, 'string');
         }
         
-        print_R($exclude);exit;
+        if($events->count()){
+            $this->jerr('Nothing to be sent');
+        }
         
         
         $this->jok("Done");