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 Kozlovs <andrejs.kozlovs@zabbix.com>2020-12-01 12:11:01 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-12-01 12:11:01 +0300
commit44b054e5a20955a7c702f22830fa8e71877f90b3 (patch)
treee2931902925c9a5d76ea384dfc0be8e17ec1758c /ui/app/controllers/CControllerHost.php
parentf37addd9700a4ed7c1849e9d3eb58c4766a1775d (diff)
parent59f798d09c38a717446b04eee081e54d2c46268f (diff)
.......PS. [ZBXNEXT-6311] update from branch 'master' of https://git.zabbix.com/scm/zbx/zabbix into feature/ZBXNEXT-6311-5.3
Diffstat (limited to 'ui/app/controllers/CControllerHost.php')
-rw-r--r--ui/app/controllers/CControllerHost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerHost.php b/ui/app/controllers/CControllerHost.php
index ad8ff8fc88b..cdd7a6d3bc4 100644
--- a/ui/app/controllers/CControllerHost.php
+++ b/ui/app/controllers/CControllerHost.php
@@ -137,7 +137,7 @@ abstract class CControllerHost extends CController {
'port' => ($filter['port'] === '') ? null : $filter['port'],
'maintenance_status' => ($filter['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON)
? null
- : HOST_MAINTENANCE_STATUS_OFF,
+ : HOST_MAINTENANCE_STATUS_OFF
],
'sortfield' => 'name',
'limit' => $limit,