Skip to content
Snippets Groups Projects
Commit 214e4a40 authored by Frank Morgner's avatar Frank Morgner
Browse files

Merge branch 'master' of 172.18.85.101:vufind2

parents edb28659 ac95e780
No related merge requests found
...@@ -127,7 +127,7 @@ class ExternalCatalogueLink extends \Zend\View\Helper\AbstractHelper ...@@ -127,7 +127,7 @@ class ExternalCatalogueLink extends \Zend\View\Helper\AbstractHelper
$replaceId = $this->driver->tryMethod('getRID'); $replaceId = $this->driver->tryMethod('getRID');
break; break;
default: default:
$replaceId = null; $replaceId = $this->driver->tryMethod('get'.ucfirst($recordType));
} }
foreach ($accessUrls as $institution => $accessUrl) { foreach ($accessUrls as $institution => $accessUrl) {
foreach ($accessUrl as $v) { foreach ($accessUrl as $v) {
......
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