diff --git a/application/views/system/messageWrite.php b/application/views/system/messageWrite.php index 53c200f2f..a987b00d7 100644 --- a/application/views/system/messageWrite.php +++ b/application/views/system/messageWrite.php @@ -235,6 +235,7 @@ data: {"vorlage_kurzbz": vorlage_kurzbz}, success: function(data, textStatus, jqXHR) { tinyMCE.get("bodyTextArea").setContent(data.retval[0].text); + $("#subject").val(data.retval[0].subject); }, error: function(jqXHR, textStatus, errorThrown) { alert(textStatus + " - " + errorThrown);