mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
Import: apply modifiers only when fetching data
This commit is contained in:
parent
8ab088fe18
commit
765b08f597
@ -164,9 +164,9 @@ class Import
|
||||
$this->data = ImportSourceHook::forImportSource(
|
||||
$this->source
|
||||
)->fetchData();
|
||||
$this->source->applyModifiers($this->data);
|
||||
}
|
||||
|
||||
$this->source->applyModifiers($this->data);
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user