Skip to content

Commit 6ea5660

Browse files
Rom1-Bcedric-anne
authored andcommitted
fix: backslash in input text
1 parent 068ee90 commit 6ea5660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function plugin_init_fields()
9999
) {
100100
foreach ($_POST as $key => $value) {
101101
if (!is_array($value)) {
102-
$_SESSION['plugin']['fields']['values_sent'][$key] = stripcslashes($value);
102+
$_SESSION['plugin']['fields']['values_sent'][$key] = $value;
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)