Sync: fix syntax. Broken by git add -p, sorry :p

This commit is contained in:
Thomas Gelf 2016-02-24 16:37:45 +01:00
parent e455bbf37a
commit 697c367fe7
1 changed files with 1 additions and 1 deletions

View File

@ -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();