mirror of https://github.com/Icinga/icinga2.git
parent
ff974d4eee
commit
020533842b
|
@ -106,6 +106,7 @@ void UserDbObject::OnConfigUpdate(void)
|
|||
DbQuery query;
|
||||
query.Type = DbQueryInsert;
|
||||
query.Table = "contact_addresses";
|
||||
query.Category = DbCatConfig;
|
||||
query.Fields = fields;
|
||||
OnQuery(query);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue