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:
authorAndrejs Griščenko <andrejs.griscenko@zabbix.com>2022-06-17 11:41:45 +0300
committerAndrejs Griščenko <andrejs.griscenko@zabbix.com>2022-06-17 11:41:45 +0300
commit40b28ec465f9ab461c0df26a8395bb585a9bf455 (patch)
treee7b0bf2c3ae5fde36eb452a9210ae7a77028f149
parentabf2f0a8728b1d70536e8093cfd04a8cf74f50e1 (diff)
..F....... [ZBX-21015] fixed code style
-rw-r--r--ui/include/classes/screens/CScreenHttpTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/include/classes/screens/CScreenHttpTest.php b/ui/include/classes/screens/CScreenHttpTest.php
index b82fca8c8b5..5532bfc6fe8 100644
--- a/ui/include/classes/screens/CScreenHttpTest.php
+++ b/ui/include/classes/screens/CScreenHttpTest.php
@@ -53,9 +53,6 @@ class CScreenHttpTest extends CScreenBase {
$sort_field = $this->data['sort'];
$sort_order = $this->data['sortorder'];
- $httptests = [];
- $paging = [];
-
$options = [
'output' => ['httptestid', 'name', 'hostid'],
'selectHosts' => ['name', 'status'],