mirror of https://github.com/Icinga/icinga2.git
parent
79d6bbe8a8
commit
8a25bff8a6
|
@ -169,7 +169,7 @@ bool Service::GetEnableNotifications(void) const
|
||||||
|
|
||||||
void Service::SetEnableNotifications(bool enabled, const String& authority)
|
void Service::SetEnableNotifications(bool enabled, const String& authority)
|
||||||
{
|
{
|
||||||
SetOverrideEnableActiveChecks(enabled);
|
SetOverrideEnableNotifications(enabled);
|
||||||
|
|
||||||
OnEnableNotificationsChanged(GetSelf(), enabled, authority);
|
OnEnableNotificationsChanged(GetSelf(), enabled, authority);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue