From 84d5cf24e8947ecc4e60a78fbf46ed4d4580f897 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:26:24 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 52607aa..8e50a31 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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"); -- 2.39.2