Report/SendEventErrors.php
[Pman.Admin] / Report / SendEventErrors.php
index aa12c80..522dc49 100644 (file)
@@ -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;