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

index 30872f8..2008e49 100644 (file)
@@ -14,6 +14,13 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             'min' => 1,
             'max' => 1,
         ),
+        'exclude' => array(
+            'desc' => 'list of actions to exclude from report',
+            'short' => 'e',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+        ),
     );
     
     function getAuth()