mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
parent
79d6bbe8a8
commit
8a25bff8a6
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ bool Service::GetEnableNotifications(void) const
|
|||
|
||||
void Service::SetEnableNotifications(bool enabled, const String& authority)
|
||||
{
|
||||
SetOverrideEnableActiveChecks(enabled);
|
||||
SetOverrideEnableNotifications(enabled);
|
||||
|
||||
OnEnableNotificationsChanged(GetSelf(), enabled, authority);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue