mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed a status filter error
This commit is contained in:
parent
ecb5a4097f
commit
89c307bd5d
@ -228,7 +228,8 @@ class Tree {
|
||||
// Agent status filter
|
||||
$agent_status_filter = "";
|
||||
if (isset($this->filter['statusAgent'])
|
||||
&& $this->filter['statusAgent'] != AGENT_STATUS_ALL) {
|
||||
&& $this->filter['statusAgent'] != AGENT_STATUS_ALL
|
||||
&& !$this->strictACL) {
|
||||
$agent_status_filter = $this->getAgentStatusFilter($this->filter['statusAgent']);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user