@@ -280,7 +280,7 @@ public function getReportItems(): array
280280 $ item = [
281281 'Title ' => $ itemTitle ,
282282 'Platform ' => $ this ->platformName ,
283- 'Publisher ' => $ this ->context ->getData ('publisherInstitution ' ),
283+ 'Publisher ' => $ this ->context ->getData ('publisher ' ),
284284 ];
285285 $ item ['Item_ID ' ][] = [
286286 'Type ' => 'Proprietary ' ,
@@ -376,7 +376,7 @@ public function getReportItems(): array
376376 $ item = [
377377 'Title ' => $ itemTitle ,
378378 'Platform ' => $ this ->platformName ,
379- 'Publisher ' => $ this ->context ->getData ('publisherInstitution ' ),
379+ 'Publisher ' => $ this ->context ->getData ('publisher ' ),
380380 ];
381381 $ item ['Item_ID ' ][] = [
382382 'Type ' => 'Proprietary ' ,
@@ -579,7 +579,7 @@ public function getTSVReportItems(): array
579579 // construct the result row
580580 $ resultRow = [
581581 $ itemTitle , // Title
582- $ this ->context ->getData ('publisherInstitution ' ), // Publisher
582+ $ this ->context ->getData ('publisher ' ), // Publisher
583583 '' , // Publisher ID
584584 $ this ->platformName , // Platform
585585 $ doi ?? '' , // DOI
@@ -686,7 +686,7 @@ public function getTSVReportItems(): array
686686 // construct the result row
687687 $ resultRow = [
688688 $ itemTitle , // Title
689- $ this ->context ->getData ('publisherInstitution ' ), // Publisher
689+ $ this ->context ->getData ('publisher ' ), // Publisher
690690 '' , // Publisher ID
691691 $ this ->platformName , // Platform
692692 $ doi ?? '' , // DOI
0 commit comments