diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-12 15:33:14 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-12 17:16:27 +0200 |
commit | 4b639e276322b6294b8ac62d88de0985c0ab637a (patch) | |
tree | e383b9f1c73d9c40f5d427bc1a2205a3892ba91b /lib/public | |
parent | 0a464dfb61a485a1340ecc9279e0db262154f059 (diff) | |
download | nextcloud-server-4b639e276322b6294b8ac62d88de0985c0ab637a.tar.gz nextcloud-server-4b639e276322b6294b8ac62d88de0985c0ab637a.zip |
No newlines when heading is empty
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-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 8e3233ee426..4e308509c42 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -62,7 +62,8 @@ interface IEMailTemplate { * Adds a heading to the email * * @param string $title - * @param string $plainTitle Title that is used in the plain text email - if empty the $title is used + * @param string $plainTitle|bool Title that is used in the plain text email + * if empty the $title is used, if false none will be used * * @since 12.0.0 */ |