Skip to content

Commit

Permalink
Bugfix in call to recordLinker view helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschultze committed Feb 7, 2024
1 parent bdb7afb commit e3751a0
Showing 1 changed file with 1 addition and 1 deletion.
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 e3751a0

Please sign in to comment.