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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-11-21 20:53:41 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-11-21 20:53:41 +0300
commitd46f5bce969216e72958b255f1651e83cc5bb4d7 (patch)
tree4e368b5aa0e8b98ed7a67687abd6c1e4a998f2af /ui/app/controllers/CControllerPopupTriggerExpr.php
parent3b08895375f572efdb3b6b76566560b0f43c01d7 (diff)
A.F....... [ZBXNEXT-686] removed trailing commas after the last element of the arrays
Diffstat (limited to 'ui/app/controllers/CControllerPopupTriggerExpr.php')
-rw-r--r--ui/app/controllers/CControllerPopupTriggerExpr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerPopupTriggerExpr.php b/ui/app/controllers/CControllerPopupTriggerExpr.php
index d0a89985e53..c808a8586c9 100644
--- a/ui/app/controllers/CControllerPopupTriggerExpr.php
+++ b/ui/app/controllers/CControllerPopupTriggerExpr.php
@@ -668,7 +668,7 @@ class CControllerPopupTriggerExpr extends CController {
'itemValueType' => $item_value_type,
'selectedFunction' => null,
'groupid' => $this->getInput('groupid', 0),
- 'hostid' => $this->getInput('hostid', 0),
+ 'hostid' => $this->getInput('hostid', 0)
];
// Check if submitted function is usable with selected item.