Fix Bug: resumption tokens do not work properly in tx_dlf_oai

This commit is contained in:
Sebastian Meyer 2011-10-06 17:23:28 +02:00
parent 72174661a3
commit 370efb7e48
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class tx_dlf_oai extends tx_dlf_plugin {
// Add metadata node.
$metadata = $this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'metadata');
switch ($this->piVars['metadataPrefix']) {
switch ($resultSet->metadata['metadataPrefix']) {
case 'oai_dc':