mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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
|
||||||
$agent_status_filter = "";
|
$agent_status_filter = "";
|
||||||
if (isset($this->filter['statusAgent'])
|
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']);
|
$agent_status_filter = $this->getAgentStatusFilter($this->filter['statusAgent']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user