Monitoring permission: Fixing typo in configuration.php

refs #8644
This commit is contained in:
Marius Hein 2015-03-13 11:47:49 +01:00
parent f4e5a7f666
commit e90200160f
1 changed files with 1 additions and 1 deletions

View File

@ -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')
);