From a5fa07bb4d0b20080f8dc6f492c4e42fc5c8a449 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 6 Nov 2013 13:30:17 -0500
Subject: [PATCH] Removed unused variable.

---
 module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php
index 452fab75dd4..219d8e1450c 100644
--- a/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php
+++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php
@@ -134,7 +134,6 @@ class RecordLink extends \Zend\View\Helper\AbstractHelper
     {
         if (is_array($url)) {
             // Assemble URL string from array parts:
-            $urlHelper = $this->getView()->plugin('url');
             $finalUrl
                 = $this->getActionUrl('VuFind|' . $url['record'], $url['action']);
             if (isset($url['query'])) {
-- 
GitLab