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

index edf3226..0af54b3 100644 (file)
@@ -124,7 +124,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             $events->whereAddIn('!Events.action', $exclude, 'string');
         }
         
-        if($events->count()){
+        if(!$events->count()){
             $this->jerr('Nothing to be sent');
         }