From b516c1044c4201d77ac4174186e9e679dbbdeecc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Oct 2015 13:57:27 +0800 Subject: [PATCH] Import/Core_email.php --- Import/Core_email.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Import/Core_email.php b/Import/Core_email.php index 9a4fdff2..486e8652 100644 --- a/Import/Core_email.php +++ b/Import/Core_email.php @@ -16,7 +16,14 @@ class Pman_Core_Import_Core_email extends Pman 'max' => 1, ), - + 'master' => array( + 'desc' => 'Master template (wrapper to body)', + 'short' => 'm', + 'default' => '', + 'min' => 1, + 'max' => 1, + + ), ); function getAuth() -- 2.39.2