Fix that dis-/enabling notifications affect active checks

fixes #5500
This commit is contained in:
Johannes Meyer 2014-01-20 11:12:03 +01:00
parent 79d6bbe8a8
commit 8a25bff8a6
1 changed files with 1 additions and 1 deletions

View File

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