mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
PHRAS-716 #time 10m
This commit is contained in:
@@ -191,7 +191,7 @@ class RecordIndexer
|
|||||||
});
|
});
|
||||||
|
|
||||||
// bulk flush : flag records as "indexed"
|
// 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);
|
$this->onBulkFlush($databox, $operation_identifiers, $submited_records);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user