mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 = '';
|
$text_agent = '';
|
||||||
$id_agent = 0;
|
$id_agent = 0;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$text_agent = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -243,6 +245,8 @@ if ($id_agent_module != 0) {
|
|||||||
if ($text_module == false) {
|
if ($text_module == false) {
|
||||||
$text_module = '';
|
$text_module = '';
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$text_module = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user