Fixed filter agent and modules empty in events
This commit is contained in:
parent
4c4b7f7a36
commit
a5222eeb6b
|
@ -233,6 +233,8 @@ if ($id_agent != 0) {
|
|||
$text_agent = '';
|
||||
$id_agent = 0;
|
||||
}
|
||||
} else {
|
||||
$text_agent = '';
|
||||
}
|
||||
|
||||
|
||||
|
@ -243,6 +245,8 @@ if ($id_agent_module != 0) {
|
|||
if ($text_module == false) {
|
||||
$text_module = '';
|
||||
}
|
||||
} else {
|
||||
$text_module = '';
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue