mirror of https://github.com/Icinga/icinga2.git
parent
70457b2e5a
commit
4b79e5a316
|
@ -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