diff --git a/module/VuFind/src/VuFind/Controller/OaiController.php b/module/VuFind/src/VuFind/Controller/OaiController.php
index e51f006bf38240d59f41d024969bc90b308d4278..8cbb5962b3a4b7740e2e203e9039331a1420010e 100644
--- a/module/VuFind/src/VuFind/Controller/OaiController.php
+++ b/module/VuFind/src/VuFind/Controller/OaiController.php
@@ -106,7 +106,7 @@ class OaiController extends AbstractBase
                 $config, $baseURL, $params
             );
             $server->setRecordLinkHelper(
-                $this->getViewRenderer()->plugin('recordlink')
+                $this->getViewRenderer()->plugin('recordLink')
             );
             $xml = $server->getResponse();
         } catch (\Exception $e) {