mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed filter agent and modules empty in events
This commit is contained in:
parent
5cf90eeb27
commit
179857e560
@ -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