The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Updated obsolete class name.

parent 1c89c462
No related merge requests found
......@@ -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.
......
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