We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09e685 commit 1296925Copy full SHA for 1296925
inc/targetticket.class.php
@@ -1108,7 +1108,7 @@ public function save(PluginFormcreatorForm_Answer $formanswer) {
1108
// TODO: generate instances of all answers of the form and use them for the fullform computation
1109
// and the computation from a admin-defined target ticket template
1110
$data['name'] = $this->fields['name'];
1111
- $data['name'] = addslashes($this->parseTags($data['name'], $formanswer));
+ $data['name'] = $this->parseTags($data['name'], $formanswer);
1112
1113
$data['content'] = addslashes($this->fields['comment']);
1114
$data['content'] = str_replace("\r\n", '\r\n', $data['content']);
0 commit comments