Skip to content
Snippets Groups Projects
Commit 8c300386 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Update reindex_local_authorities.php

parent 67ec7de8
Branches
Tags
2 merge requests!3297WIP: Master,!2959Master
Pipeline #5958 passed with stage
in 31 minutes and 46 seconds
......@@ -92,7 +92,7 @@ class Scripts_Local_Biblios_Indexer {
echo '.';
$thesauri = $this->_dynamic_facets->thesauriOf($record, $this->_int_bib);
$record->updateFacette(implode(' ', array_map(function($item) { return $item->getFacetCode(); },
$thesauri)))
array_filter($thesauri))))
->save();
}
}
......
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