Skip to content
Snippets Groups Projects
Commit 8c5e37ee authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix incorrect application of OAI set specification.

- Resolves VUFIND-1376.
parent 49be75b8
No related merge requests found
......@@ -884,8 +884,8 @@ class Server
if (!empty($this->setQueries)) {
foreach ($this->setQueries as $setName => $solrQuery) {
$set = $xml->addChild('set');
$set->setSpec = $solrQuery;
$set->setName = $setName;
$set->setName = $set->setSpec = $setName;
$set->setDescription = $solrQuery;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment