|
@@ -50,7 +50,7 @@ |
|
|
block discarded – undo |
|
50
|
50
|
*/ |
|
51
|
51
|
public function insert(Index $index, $id, array $fields, $uid = false, array $boostFields = []) |
|
52
|
52
|
{ |
|
53
|
|
- $this->document->addField($this->field('xref_id', (int)$id)); |
|
|
53
|
+ $this->document->addField($this->field('xref_id', (int) $id)); |
|
54
|
54
|
$this->document = $this->addUid($this->document, $uid); |
|
55
|
55
|
$this->document = $this->addFields($this->document, $fields, $boostFields); |
|
56
|
56
|
self::$lastInsert = $this->document; |
Please login to merge, or discard this patch.