From e90200160f08d7cbd01daa58ca360ca61e063a26 Mon Sep 17 00:00:00 2001 From: Marius Hein Date: Fri, 13 Mar 2015 11:47:49 +0100 Subject: [PATCH] Monitoring permission: Fixing typo in configuration.php refs #8644 --- modules/monitoring/configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 78fce4030..05fa86148 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -55,7 +55,7 @@ $this->providePermission( 'monitoring/command/feature/object', $this->translate('Allow processing commands for toggling features on host and service objects') ); -$this->providesPermission( +$this->providePermission( 'monitoring/command/send-custom-notification', $this->translate('Allow sending custom notifications for hosts and services') );