|
@@ -351,10 +351,10 @@ |
|
|
block discarded – undo |
|
351
|
351
|
$this->historyTypes = $dataHistory[ApiInterface::API_COMPONENTS][ApiInterface::API_SCHEMAS]; |
|
352
|
352
|
$this->types += array_merge_recursive($this->historyTypes, $this->currentTypes); |
|
353
|
353
|
|
|
354
|
|
- $attrsCurrent += array_filter($this->currentTypes, function ($k) { |
|
|
354
|
+ $attrsCurrent += array_filter($this->currentTypes, function($k) { |
|
355
|
355
|
return strpos($k, CustomsInterface::CUSTOM_TYPES_ATTRIBUTES) !== false; |
|
356
|
356
|
}, ARRAY_FILTER_USE_KEY); |
|
357
|
|
- $attrsHistory += array_filter($this->historyTypes, function ($k) { |
|
|
357
|
+ $attrsHistory += array_filter($this->historyTypes, function($k) { |
|
358
|
358
|
return strpos($k, CustomsInterface::CUSTOM_TYPES_ATTRIBUTES) !== false; |
|
359
|
359
|
}, ARRAY_FILTER_USE_KEY); |
|
360
|
360
|
} |
Please login to merge, or discard this patch.