From de6b5c847053a33220ac2521a681ddd05d8e47c9 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:13:14 +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 aa12c80..522dc49 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -77,7 +77,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $totals = $events->fetchAll('action', 'total'); if(empty($totals)){ - + $this->jerr('Nothing to be sent'); } print_r();exit; -- 2.39.2