mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
parent
765b08f597
commit
8dfe78b8bf
@ -100,7 +100,7 @@ class ImportSource extends DbObjectWithSettings
|
|||||||
foreach ($data as $key => &$row) {
|
foreach ($data as $key => &$row) {
|
||||||
$this->applyModifiersToRow($row);
|
$this->applyModifiersToRow($row);
|
||||||
if (null === $row) {
|
if (null === $row) {
|
||||||
$rejected[] = $row;
|
$rejected[] = $key;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user