Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:57:44 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:57:44 +0000 (15:57 +0800)
Report/SendEventErrors.php

index 360071b..436a738 100644 (file)
@@ -41,6 +41,14 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             'default' => '',
             'min' => 1,
             'max' => 1,
+        ),
+        ,
+        'list' => array(
+            'desc' => 'list the current actions in the database',
+            'short' => 'L',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
         )
     );