We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9798d2 commit cd070eaCopy full SHA for cd070ea
inc/targetticket.class.php
@@ -1107,7 +1107,7 @@ public function save(PluginFormcreatorForm_Answer $formanswer) {
1107
// Parse data
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'];
+ $data['name'] = addslashes($this->fields['name']);
1111
$data['name'] = $this->parseTags($data['name'], $formanswer);
1112
1113
$data['content'] = addslashes($this->fields['comment']);
0 commit comments