From e2d613383826081ca4004fbd6c68ef670b63eadb Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:47:44 +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 031b530..7ae07a2 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -76,7 +76,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $events->orderBy('Events.action ASC'); $summary = $events->fetchAll('action', 'total'); - + pritn_R($summary);exit; if(empty($summary)){ $this->jerr('Nothing to be sent'); } -- 2.39.2