mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix typo in code
This commit is contained in:
parent
e5bdceee78
commit
5501e1f3d5
@ -13234,7 +13234,7 @@ function api_set_create_event($id, $trash1, $other, $returnType)
|
||||
if ($other['data'][7] != '') {
|
||||
$values['id_agentmodule'] = $other['data'][7];
|
||||
} else {
|
||||
$value['id_agentmodule'] = 0;
|
||||
$values['id_agentmodule'] = 0;
|
||||
}
|
||||
|
||||
if ($other['data'][8] != '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user