Skip to content

Commit 9009819

Browse files
authored
Update CitationResourceMatchFinder.php
1 parent 23ded53 commit 9009819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CitationResourceMatchFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function findCitationResourceLinks( array $subjects, $linkClass = '', $ca
5757

5858
foreach ( $subjects as $subject ) {
5959

60-
$dataValue = $this->dataValueFactory->newDataItemValue(
60+
$dataValue = $this->dataValueFactory->newDataValueByItem(
6161
$subject,
6262
null
6363
);

0 commit comments

Comments
 (0)