Report/SendEventErrors.php
[Pman.Admin] / 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',