mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
70457b2e5a
commit
4b79e5a316
@ -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…
x
Reference in New Issue
Block a user