Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDace Petra <dace.petra@zabbix.com>2022-08-19 11:09:50 +0300
committerDace Petra <dace.petra@zabbix.com>2022-08-19 11:09:50 +0300
commit78c7197bcb0410f45d7d952132b28bf1a17781f4 (patch)
tree62d8945a5d8e1e16c57e10e2203715fe6e816a72 /ui/hostgroups.php
parent9a58e62cf22d327a645fb8cc8583c7d6e9cdb6b4 (diff)
A.F....... [ZBX-21070] fixed code style fix
Diffstat (limited to 'ui/hostgroups.php')
-rw-r--r--ui/hostgroups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/hostgroups.php b/ui/hostgroups.php
index c2f74b901a6..a51e2467b72 100644
--- a/ui/hostgroups.php
+++ b/ui/hostgroups.php
@@ -341,7 +341,7 @@ else {
order_result($data['groups'], $sortField, $sortOrder);
foreach ($data['groups'] as &$group) {
- $data['is_discovery_rule_editable'] = $group['discoveryRule']
+ $group['is_discovery_rule_editable'] = $group['discoveryRule']
&& API::DiscoveryRule()->get([
'output' => [],
'itemids' => $group['discoveryRule']['itemid'],