mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Solved issues with entities
This commit is contained in:
parent
002509500c
commit
7ff518f4aa
@ -330,7 +330,7 @@ if ($create_component) {
|
|||||||
|
|
||||||
if ($name && !$name_check) {
|
if ($name && !$name_check) {
|
||||||
$id = network_components_create_network_component(
|
$id = network_components_create_network_component(
|
||||||
strip_tags(io_safe_input($name), '<br>'),
|
$name,
|
||||||
$type,
|
$type,
|
||||||
$id_group,
|
$id_group,
|
||||||
[
|
[
|
||||||
@ -431,7 +431,7 @@ if ($update_component) {
|
|||||||
$id,
|
$id,
|
||||||
[
|
[
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
'name' => strip_tags(io_safe_input($name, '<br>')),
|
'name' => $name,
|
||||||
'id_group' => $id_group,
|
'id_group' => $id_group,
|
||||||
'description' => $description,
|
'description' => $description,
|
||||||
'module_interval' => $module_interval,
|
'module_interval' => $module_interval,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user