PHRAS-716 #time 10m

This commit is contained in:
Jean-Yves Gaulier
2015-09-21 16:31:55 +02:00
parent a02b3961bf
commit 5947468eaa

View File

@@ -191,7 +191,7 @@ class RecordIndexer
});
// bulk flush : flag records as "indexed"
$bulk->onFlush(function($operation_identifiers) use ($databox) {
$bulk->onFlush(function($operation_identifiers) use ($databox, &$submited_records) {
$this->onBulkFlush($databox, $operation_identifiers, $submited_records);
});