diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-12 11:52:33 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-12 17:16:26 +0200 |
commit | 506c7731a6168e35bff28c32d9bea933aee907d4 (patch) | |
tree | 6d7c607c4dc1c653665e6e34c426916e771810cd /lib/public/Mail | |
parent | d0bae447fb4a8ad6e7b3d51390cb9a2bdbf24591 (diff) | |
download | nextcloud-server-506c7731a6168e35bff28c32d9bea933aee907d4.tar.gz nextcloud-server-506c7731a6168e35bff28c32d9bea933aee907d4.zip |
Don't duplicate the sentence with the header
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Mail')
-rw-r--r-- | lib/public/Mail/IEMailTemplate.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index d0123f22739..8e3233ee426 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -72,7 +72,8 @@ interface IEMailTemplate { * Adds a paragraph to the body of the email * * @param string $text - * @param string $plainText Text that is used in the plain text email - if empty the $text is used + * @param string|bool $plainText Text that is used in the plain text email + * if empty the $text is used, if false none will be used * * @since 12.0.0 */ |