mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ImportSource: fix settings delete
This commit is contained in:
parent
fc193b9844
commit
b05973f3a7
@ -106,7 +106,7 @@ class ImportSource extends DbObject
|
||||
}
|
||||
|
||||
foreach ($del as $key) {
|
||||
$db->update(
|
||||
$db->delete(
|
||||
'import_source_setting',
|
||||
$db->quoteInto($where, $key)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user