From 6f02bcdf80dbcc5329ec2672009b3a1c6ff9ecbc Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 9 Jul 2013 10:47:49 -0400
Subject: [PATCH] Fixed typo.

---
 module/VuFind/src/VuFind/View/Helper/Blueprint/Search.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/View/Helper/Blueprint/Search.php b/module/VuFind/src/VuFind/View/Helper/Blueprint/Search.php
index e9d436a1cd5..ecbbcead973 100644
--- a/module/VuFind/src/VuFind/View/Helper/Blueprint/Search.php
+++ b/module/VuFind/src/VuFind/View/Helper/Blueprint/Search.php
@@ -66,7 +66,7 @@ class Search extends AbstractHelper
                     $html .= ', ';
                 }
                 $html .= '<a href="'
-                    . $view->results->getUrlQuery()
+                    . $results->getUrlQuery()
                         ->replaceTerm($term, $data['new_term'])
                     . '">' . $view->escapeHtml($word) . '</a>';
                 if (isset($data['expand_term']) && !empty($data['expand_term'])) {
-- 
GitLab