mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-25 23:04:53 +02:00
Sync: fix syntax. Broken by git add -p, sorry :p
This commit is contained in:
parent
e455bbf37a
commit
697c367fe7
@ -585,7 +585,7 @@ class Sync
|
|||||||
->prepareRelatedImportSources()
|
->prepareRelatedImportSources()
|
||||||
->prepareSourceColumns()
|
->prepareSourceColumns()
|
||||||
->loadExistingObjects()
|
->loadExistingObjects()
|
||||||
->fetchImportedData()
|
->fetchImportedData();
|
||||||
|
|
||||||
// TODO: directly work on existing objects, remember imported keys, then purge
|
// TODO: directly work on existing objects, remember imported keys, then purge
|
||||||
$newObjects = $this->prepareNewObjects();
|
$newObjects = $this->prepareNewObjects();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user