diff --git a/themes/finc/templates/RecordDriver/SolrDefault/format-list.phtml b/themes/finc/templates/RecordDriver/SolrDefault/format-list.phtml index f55b1d7f8a7157457468202216a13ec4cfda98ae..e4f3febe1c12461dafe246162b566cf22ee4c65c 100644 --- a/themes/finc/templates/RecordDriver/SolrDefault/format-list.phtml +++ b/themes/finc/templates/RecordDriver/SolrDefault/format-list.phtml @@ -5,7 +5,7 @@ <span class="format <?=$this->record($this->driver)->getFormatClass($format) ?>"><?=$translated_format ?></span> <? endforeach; ?> <? /* New genre string to display nxt to format in RESULT LIST and RECORD/Detail View, #11703, limit to SID 0 CK */ ?> -<? $sourceID = $this->driver->getSourceID(); ?> +<? $sourceID = $this->driver->tryMethod('getSourceID'); ?> <? if ($sourceID == "0"): ?> <? $genres = $this->driver->tryMethod('getGenreFacet');?> <? if (!empty($genres)): ?>