From: Alan Knowles Date: Tue, 6 Oct 2015 05:57:27 +0000 (+0800) Subject: Import/Core_email.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b516c1044c4201d77ac4174186e9e679dbbdeecc Import/Core_email.php --- 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()