Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Mar 2016 03:46:21 +0000 (11:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Mar 2016 03:46:21 +0000 (11:46 +0800)
Report/SendEventErrors.php

index 70c29c7..fef9b5f 100644 (file)
@@ -21,6 +21,13 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             'min' => 1,
             'max' => 1,
         ),
+        'only' => array(
+            'desc' => 'list of actions only to report',
+            'short' => 'O',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+        ),
         'subject' => array(
             'desc' => 'email subject',
             'short' => 's',