Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:44:55 +0000 (12:44 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:44:55 +0000 (12:44 +0800)
Report/SendEventErrors.php

index c8acf99..031b530 100644 (file)
@@ -123,12 +123,12 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             $this->jerr('Nothing to be sent');
         }
         
-        $list = $events->fetchAll();
+        $errors = $events->fetchAll();
         
         $content = array(
             'template'      => 'EVENT_ERRORS_REPORT',
             'rcpts'         => $rcpts,
-            'list'          => $list,
+            'list'          => $errors,
             'subject'       => $subject
         );