|
@@ -129,7 +129,7 @@ |
|
|
block discarded – undo |
|
129
|
129
|
$this->type = $itemMetaData['item_type']; |
|
130
|
130
|
$this->recordUid = $itemMetaData['item_uid']; |
|
131
|
131
|
$this->changed = $itemMetaData['changed']; |
|
132
|
|
- $this->errors = (string) empty($itemMetaData['errors']) ? '' : $itemMetaData['errors']; |
|
|
132
|
+ $this->errors = (string)empty($itemMetaData['errors']) ? '' : $itemMetaData['errors']; |
|
133
|
133
|
|
|
134
|
134
|
$this->indexingConfigurationName = $itemMetaData['indexing_configuration']; |
|
135
|
135
|
$this->hasIndexingProperties = (boolean)$itemMetaData['has_indexing_properties']; |
Please login to merge, or discard this patch.