Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 23
10
Preferences
Compare changes
Files
+ 1
1
@@ -59,7 +59,7 @@ class BibLoader extends Storm_Model_Loader {
$all_bibs = Class_Bib::getLoader()->findAllBy(['order' => 'libelle']);
$bibs_as_array = [];
foreach($all_bibs as $bib) {
$bibs_as_array[$bib->getId()] = $bib->getFacetLabel();
$bibs_as_array[$bib->getId()] = $bib->getLabel();
}
return $bibs_as_array;
}