Skip to content

Commit

Permalink
#219 -- Update ORCID data
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Jan 22, 2019
1 parent c141ed8 commit d17fea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/classes/SimilarDocs.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ public static function getOrcidWorks($userID,$params){
$userData = UserDAO::getUser($userID);
$orcidData = json_decode($userData->getOrcidData(),true);
$orcidWorks = $orcidData['group'];

$works = array();

// Update ORCID data
Expand Down

0 comments on commit d17fea2

Please sign in to comment.