diff --git a/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatter.php b/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatter.php index 977c04f15bbb192ebe9fe3ac716683e0c99301a4..4f8453327cb04adb548ee0a9636c18de25742ca4 100644 --- a/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatter.php +++ b/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatter.php @@ -156,7 +156,7 @@ class RecordFormatter extends BaseFormatter */ protected function getURLs($record) { - $recordHelper = $this->helperManager->get('Record'); + $recordHelper = $this->helperManager->get('record'); return $recordHelper($record)->getLinkDetails(); }