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

index b8e088d..3e9c6c9 100644 (file)
@@ -21,6 +21,13 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             'min' => 1,
             'max' => 1,
         ),
+        'subject' => array(
+            'desc' => 'email subject',
+            'short' => 's',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+        ),
     );
     
     function getAuth()