mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
Director/Db: the enum to dertermine the import source names was connected to a wrong table. fixes: #9774
This commit is contained in:
parent
229902687a
commit
e64639b8db
@ -309,7 +309,7 @@ class Db extends DbConnection
|
||||
|
||||
public function enumImportSource()
|
||||
{
|
||||
return $this->enum('source_name', array('id', 'source_name'));
|
||||
return $this->enum('import_source', array('id', 'source_name'));
|
||||
}
|
||||
|
||||
public function enumDatalist()
|
||||
|
Loading…
x
Reference in New Issue
Block a user