Skip to content
Snippets Groups Projects
Commit a5fa07bb authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused variable.

parent aa00edfd
No related merge requests found
...@@ -134,7 +134,6 @@ class RecordLink extends \Zend\View\Helper\AbstractHelper ...@@ -134,7 +134,6 @@ class RecordLink extends \Zend\View\Helper\AbstractHelper
{ {
if (is_array($url)) { if (is_array($url)) {
// Assemble URL string from array parts: // Assemble URL string from array parts:
$urlHelper = $this->getView()->plugin('url');
$finalUrl $finalUrl
= $this->getActionUrl('VuFind|' . $url['record'], $url['action']); = $this->getActionUrl('VuFind|' . $url['record'], $url['action']);
if (isset($url['query'])) { if (isset($url['query'])) {
......
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