From 34bc23b284f357b81487f81e13d60e5944d43755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 26 Feb 2018 17:12:32 +0100 Subject: [PATCH] =?UTF-8?q?Bugfix=20f=C3=BCr=20Text-Messages=20beim=20Vers?= =?UTF-8?q?and=20von=20einzelnen=20Mails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/libraries/MessageLib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/MessageLib.php b/application/libraries/MessageLib.php index 3daac4590..c07756c17 100644 --- a/application/libraries/MessageLib.php +++ b/application/libraries/MessageLib.php @@ -640,7 +640,7 @@ class MessageLib } // Using a template for the plain text email body - $vorlage = $this->ci->vorlagelib->loadVorlagetext('MessageMailHTML'); + $vorlage = $this->ci->vorlagelib->loadVorlagetext('MessageMailTXT'); if(hasData($vorlage)) { $altBody = $this->ci->parser->parse_string(