From 9192d487253fdb36d3cf08898fec61fcb1591868 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 17 Aug 2012 10:30:52 -0400 Subject: [PATCH] Updated obsolete class name. --- module/VuFind/src/VuFind/Controller/AbstractSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Controller/AbstractSearch.php b/module/VuFind/src/VuFind/Controller/AbstractSearch.php index 946a33f2482..b8bc6f559c7 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractSearch.php +++ b/module/VuFind/src/VuFind/Controller/AbstractSearch.php @@ -209,7 +209,7 @@ class AbstractSearch extends AbstractBase // We need to create and process an "empty results" object to // ensure that recommendation modules and templates behave // properly when displaying the error message. - $view->results = new VF_Search_Empty_Results($params); + $view->results = new \VuFind\Search\EmptySet\Results($params); $view->results->performAndProcessSearch(); } else { // Unexpected error -- let's throw this up to the next level. -- GitLab