add stripslashes to storyline editor rename checking
This commit is contained in:
parent
6d49fbc513
commit
cc8bbde859
|
@ -27,6 +27,7 @@ function cpm_action_build_storyline_schema() {
|
|||
}
|
||||
|
||||
foreach ($_POST as $field => $value) {
|
||||
$value = stripslashes($value);
|
||||
$parts = explode("/", $field);
|
||||
if (($parts[0] == "0") && (count($parts) > 1)) {
|
||||
$category_id = end($parts);
|
||||
|
|
Loading…
Reference in New Issue