mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user