From: edward Date: Fri, 5 Feb 2016 04:15:14 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=7e8768441fc39849061593e8386aaccab8d1d516 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index b8e088d..3e9c6c9 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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()