Skip to content
Snippets Groups Projects
Commit c3ea5f81 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_bbi

parents da5ee56f 77939a10
No related merge requests found
......@@ -487,7 +487,7 @@ class Record extends \VuFind\View\Helper\Root\Record
"Elektronische Reproduktion"
);
$onlineEditions = [];
$recordLinkHelper = $this->getView()->RecordLink();
$recordLinkHelper = $this->getView()->plugin('recordLink');
foreach ($this->driver->tryMethod('getAdditionals') as $add) {
if (isset($add['identifier'])
&& in_array($add['identifier'], $online_keys)) {
......
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