From 54b30a88b422075576896341eff31cc7f0a4ab0f Mon Sep 17 00:00:00 2001
From: Cloud8 <CrazyCloud8@gmail.com>
Date: Tue, 20 Feb 2018 15:43:20 +0100
Subject: [PATCH] Fix outdated plugin name (#1117)

- Fixes bug breaking OAI server.
---
 module/VuFind/src/VuFind/Controller/OaiController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Controller/OaiController.php b/module/VuFind/src/VuFind/Controller/OaiController.php
index e51f006bf38..8cbb5962b3a 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) {
-- 
GitLab