Skip to content

Commit

Permalink
Fix intruduced bug
Browse files Browse the repository at this point in the history
  • Loading branch information
XavRsl committed Nov 9, 2018
1 parent 2e20f01 commit a7584b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Extractors/EutilsEfetch.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function extractUpdatesData(): void
*/
protected function getUpdateFromCorrection($correction): void
{
if (in_array(stringify($correction['RefType']), array_keys($this->updateTypes))) {
if (in_array(stringify($correction['RefType']), array_keys(UpdateTypesStandardiser::TYPES_MAP))) {
$this->resourceOutput['updates'][] = [
'timestamp' => $this->getUpdateTimestamp(stringify($correction->RefSource)),
'identifier' => [
Expand Down

0 comments on commit a7584b3

Please sign in to comment.