Skip to content

Commit

Permalink
Merge pull request #98 from Islandora/rosiel-patch-1
Browse files Browse the repository at this point in the history
Fix duplicate key.
  • Loading branch information
seth-shaw-asu authored May 25, 2023
2 parents 344d546 + 3c19003 commit 4fc7177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Field/FieldFormatter/EDTFFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ protected function formatDate($edtf_text) {
$formatted_date = t('unspecified @time_unit1, @time_unit2, and @time_unit3 in @date', [
'@time_unit1' => $unspecified[0],
'@time_unit2' => $unspecified[1],
'@time_unit2' => $unspecified[2],
'@time_unit3' => $unspecified[2],
'@date' => $formatted_date,
]);
break;
Expand Down

0 comments on commit 4fc7177

Please sign in to comment.