Browse Source

Fix Bug #754587: Resumption tokens don't work in OAI interface

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

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

@ -378,7 +378,7 @@ class tx_dlf_oai extends tx_dlf_plugin {
}
if ($piVars['verb'] == 'ListRecords') {
if ($this->piVars['verb'] == 'ListRecords') {
switch ($resultSet->metadata['metadataPrefix']) {

Loading…
Cancel
Save