mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
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…
x
Reference in New Issue
Block a user