Index: /mods/wpsg_mod_coverletter.class.php
===================================================================
--- /mods/wpsg_mod_coverletter.class.php	(revision 7286)
+++ /mods/wpsg_mod_coverletter.class.php	(revision 7287)
@@ -201,7 +201,5 @@
 				
 				if ($_REQUEST['target'] === '2') {
-					
-					
-					
+					 
 					$arCustomReplace = [
 						'/%shopinfo_street%/i' => $this->shop->get_option('wpsg_shopdata_2_street'),
@@ -219,5 +217,6 @@
 				$this->writeCoverLetter(
 					$_REQUEST['edit_id'],
-					$_REQUEST['text'], $_REQUEST['edit_id'],
+					$this->shop->get_option('wpsg_mod_coverletter_text'), 
+					true,
 					true,
 					__('Vorschau', 'wpsg'),
Index: /views/mods/mod_coverletter/settings_edit.phtml
===================================================================
--- /views/mods/mod_coverletter/settings_edit.phtml	(revision 7286)
+++ /views/mods/mod_coverletter/settings_edit.phtml	(revision 7287)
@@ -55,5 +55,5 @@
 				<?php $logo_transparency = $this->get_option("wpsg_mod_coverletter_logo_transparency") ?: "0%"; ?>
 
-				<?php $strSuffix = ''; if ($this->view['logo'] !== false) { $strSuffix = '
+				<?php $strSuffix = ''; if ($this->view['wpsg_mod_coverletter']['logo'] !== false) { $strSuffix = '
 					<div class="row">
 						<div class="col-md-4">
