Browse Source

Fix Bug: resumption tokens do not work properly in tx_dlf_oai

pull/1/head
Sebastian Meyer 12 years ago
parent
commit
370efb7e48
  1. 2
      dlf/plugins/oai/class.tx_dlf_oai.php

2
dlf/plugins/oai/class.tx_dlf_oai.php

@ -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':

Loading…
Cancel
Save