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:
authorVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2020-07-14 09:46:38 +0300
committerVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2020-07-14 09:46:38 +0300
commit750ad92ed2d2be9df7251c67591bf39de204f959 (patch)
tree842b7c6cc7f9cbef5300f843e94d21b0d2a4961a /ui/app/views/popup.acknowledge.edit.php
parent36217d887f2a444c4d32db3c9e8b4d854220e19c (diff)
A.F....... [ZBXNEXT-82] replaced select_config function calls to helpers get method calls; fixed code style
Diffstat (limited to 'ui/app/views/popup.acknowledge.edit.php')
-rw-r--r--ui/app/views/popup.acknowledge.edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/views/popup.acknowledge.edit.php b/ui/app/views/popup.acknowledge.edit.php
index 2831f32f6a0..7acde438f2e 100644
--- a/ui/app/views/popup.acknowledge.edit.php
+++ b/ui/app/views/popup.acknowledge.edit.php
@@ -40,7 +40,7 @@ $form_list = (new CFormList())
if (array_key_exists('history', $data)) {
$form_list->addRow(_('History'),
- (new CDiv(makeEventHistoryTable($data['history'], $data['users'], $data['config'])))
+ (new CDiv(makeEventHistoryTable($data['history'], $data['users'])))
->addClass(ZBX_STYLE_TABLE_FORMS_SEPARATOR)
->setAttribute('style', 'min-width: '.ZBX_TEXTAREA_BIG_WIDTH.'px;')
);