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:
authorMiks Kronkalns <miks.kronkalns@zabbix.com>2021-01-26 15:26:42 +0300
committerMiks Kronkalns <miks.kronkalns@zabbix.com>2021-01-27 03:00:00 +0300
commit8ca0111595aa77d16ce3c6adc88a81e623bed59a (patch)
treee9983e0896432fa5bb44f43b57ff994b2d4036d8 /ui/app/controllers/CControllerWidgetDataOverView.php
parentd75df716b48128d3a64fc249bf6f1690219323c6 (diff)
A.F....... [ZBXNEXT-2976] reverted changes lost during merge; addopted solution for changes involved in ZBXNEXT-6376
Diffstat (limited to 'ui/app/controllers/CControllerWidgetDataOverView.php')
-rw-r--r--ui/app/controllers/CControllerWidgetDataOverView.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/controllers/CControllerWidgetDataOverView.php b/ui/app/controllers/CControllerWidgetDataOverView.php
index 48d8e67d9ac..aa6e9d905b5 100644
--- a/ui/app/controllers/CControllerWidgetDataOverView.php
+++ b/ui/app/controllers/CControllerWidgetDataOverView.php
@@ -36,8 +36,6 @@ class CControllerWidgetDataOverView extends CControllerWidget {
$groupids = $fields['groupids'] ? getSubGroups($fields['groupids']) : null;
$hostids = $fields['hostids'] ? $fields['hostids'] : null;
- $fields['tags'] = (array_key_exists('tags', $fields) && $fields['tags']) ? $fields['tags'] : null;
- $fields['evaltype'] = array_key_exists('evaltype', $fields) ? $fields['evaltype'] : TAG_EVAL_TYPE_AND_OR;
[$items, $hosts, $has_hidden_data] = getDataOverview($groupids, $hostids, $fields);