We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff380cb commit ebca9b1Copy full SHA for ebca9b1
front/ticket.form.php
@@ -155,7 +155,7 @@
155
156
} else if (isset($_POST['addme_observer'])) {
157
$track->check($_POST['tickets_id'], READ);
158
- $input = array_merge($track->fields, [
+ $input = array_merge(Toolbox::addslashes_deep($track->fields), [
159
'id' => $_POST['tickets_id'],
160
'_itil_observer' => [
161
'_type' => "user",
@@ -171,7 +171,7 @@
171
172
} else if (isset($_POST['addme_assign'])) {
173
174
175
176
'_itil_assign' => [
177
0 commit comments