Skip to content

Commit

Permalink
Merge branch 'hcu-9' of github.com:qcovery/core into hcu-9
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 7, 2024
2 parents cbcbb29 + e3751a0 commit fb5b878
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion module/AutocompleteTerms
2 changes: 1 addition & 1 deletion qcovery_local/config/vufind/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ MARCXML = false
RDF = false

[Catalog]
driver = PAIA
driver = PAIA
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ($this->params) {

<?php $resultList = $this->solrDetails()->getResultListLine($this->driver); ?>
<div>
<a href="<?=$this->recordLinker->getUrl($this->driver)?>" class="title getFull" data-view="<?=$listViewOptions?>" data-lightbox-ignore>
<a href="<?=$this->recordLinker()->getUrl($this->driver)?>" class="title getFull" data-view="<?=$listViewOptions?>" data-lightbox-ignore>
<?=$resultList['title'][0] ?>
<?php if(!empty($resultList['subtitle'][0])): ?>
: <?=$resultList['subtitle'][0] ?>
Expand Down

0 comments on commit fb5b878

Please sign in to comment.