Skip to content

Commit

Permalink
Removed bug from GetRecord in oai_dc
Browse files Browse the repository at this point in the history
  • Loading branch information
jajreijnders committed Nov 24, 2021
1 parent 245398b commit 7227db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oai-pmh/oai.php
Expand Up @@ -117,7 +117,7 @@ function($identifier, $metadataPrefix){
throw new OAIException('idDoesNotExist');
}

$response_record = call_user_func(getSingleTemplate, $parsed_identifier);
$response_record = call_user_func(getSingleTemplate,$metadataPrefix, $parsed_identifier);
return $response_record;
},
)
Expand Down

0 comments on commit 7227db4

Please sign in to comment.