From 7e8768441fc39849061593e8386aaccab8d1d516 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:15:14 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 7 +++++++ 1 file changed, 7 insertions(+) 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() -- 2.39.2