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