From 8e71e78ec2b0d1dc2b842c568b29b7751ebab310 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Mar 2016 12:05:37 +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 0a0c7ab..47e2917 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -143,7 +143,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $summary = $events->fetchAll('action', 'total'); if(empty($summary)){ - $this->jerror('ERROR-REPORT', 'Nothing to be sent'); + $this->jerror('ERROR-REPORT-' . $this->opts['uid'], 'Nothing to be sent'); } $this->addEvent('ERROR-REPORT-' . $this->opts['uid'], 'false', ; $e = DB_DataObject::factory('Events'); -- 2.39.2