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:
Diffstat (limited to 'ui/app/controllers/CControllerTrigDisplayUpdate.php')
-rw-r--r--ui/app/controllers/CControllerTrigDisplayUpdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerTrigDisplayUpdate.php b/ui/app/controllers/CControllerTrigDisplayUpdate.php
index f9ec29d2ea6..638f8bbbcd0 100644
--- a/ui/app/controllers/CControllerTrigDisplayUpdate.php
+++ b/ui/app/controllers/CControllerTrigDisplayUpdate.php
@@ -65,7 +65,7 @@ class CControllerTrigDisplayUpdate extends CController {
}
protected function checkPermissions() {
- return ($this->getUserType() == USER_TYPE_SUPER_ADMIN);
+ return $this->checkAccess(CRoleHelper::UI_ADMINISTRATION_GENERAL);
}
protected function doAction() {