From c3e702ddca3ab35e6cd1f718048915f2644fae73 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:26:51 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index edf3226..0af54b3 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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'); } -- 2.39.2