From eb2525bcdcc8985c90ae68f7cb2b401d215c11a3 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:07:53 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 5868e00..aa12c80 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -74,7 +74,13 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $events->groupBy('Events.action'); $events->orderBy('Events.action ASC'); - print_r($events->fetchAll('action', 'total'));exit; + $totals = $events->fetchAll('action', 'total'); + + if(empty($totals)){ + + } + + print_r();exit; $this->jok("Done"); -- 2.39.2