ImportSource: fix syntax error

This commit is contained in:
Thomas Gelf 2016-10-27 19:47:02 +00:00
parent 78b01091eb
commit 5fc9aabd3e
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ class ImportSource extends DbObjectWithSettings
$row->$target = $mod->transform($val); $row->$target = $mod->transform($val);
} }
}
continue; continue;
} }