mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
parent
668012ac64
commit
a7c21743b9
1 changed files with 2 additions and 2 deletions
|
|
@ -118,8 +118,8 @@ class ImportSource extends DbObjectWithSettings implements ExportInterface
|
|||
if ($this->loadedRowModifiers === null && $this->hasBeenLoadedFromDb()) {
|
||||
$this->loadedRowModifiers = $this->fetchRowModifiers();
|
||||
}
|
||||
$current = $this->loadedRowModifiers;
|
||||
if ($current !== null && count($current) !== count($modifiers)) {
|
||||
$current = (array) $this->loadedRowModifiers;
|
||||
if (\count($current) !== \count($modifiers)) {
|
||||
$this->newRowModifiers = $modifiers;
|
||||
} else {
|
||||
$i = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue