mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-03 22:04:27 -04:00
parent
765b08f597
commit
8dfe78b8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class ImportSource extends DbObjectWithSettings
|
|||
foreach ($data as $key => &$row) {
|
||||
$this->applyModifiersToRow($row);
|
||||
if (null === $row) {
|
||||
$rejected[] = $row;
|
||||
$rejected[] = $key;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue