mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Fix typo in configuration.php
This commit is contained in:
parent
29d5fd351b
commit
5749ff72b1
@ -57,7 +57,7 @@ $this->providePermission(
|
|||||||
);
|
);
|
||||||
$this->providesPermission(
|
$this->providesPermission(
|
||||||
'monitoring/command/send-custom-notification',
|
'monitoring/command/send-custom-notification',
|
||||||
$this->translate('Allow sending custom notifications for hosts and services');
|
$this->translate('Allow sending custom notifications for hosts and services')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->provideRestriction(
|
$this->provideRestriction(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user