Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Mar 2016 04:05:37 +0000 (12:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Mar 2016 04:05:37 +0000 (12:05 +0800)
Report/SendEventErrors.php

index 0a0c7ab..47e2917 100644 (file)
@@ -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');