Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:13:14 +0000 (12:13 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:13:14 +0000 (12:13 +0800)
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;