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()
|
||||
->prepareSourceColumns()
|
||||
->loadExistingObjects()
|
||||
->fetchImportedData()
|
||||
->fetchImportedData();
|
||||
|
||||
// TODO: directly work on existing objects, remember imported keys, then purge
|
||||
$newObjects = $this->prepareNewObjects();
|
||||
|
|
Loading…
Reference in New Issue