mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
uncommmented processRecord that process each record because it was mistakenly commented previously
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61135 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
727a1f52fc
commit
f6754178d9
@ -84,7 +84,8 @@ class CsvBulkLoader extends BulkLoader {
|
||||
$indexedRow[$origColumnName] = $row[count($indexedRow)];
|
||||
}
|
||||
$numRecords++;
|
||||
//$return->push($this->processRecord($indexedRow, $columnMap));
|
||||
$this->processRecord($indexedRow, $columnMap);
|
||||
//$return->push();
|
||||
}
|
||||
|
||||
fclose($file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user