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

Fixed typo.

parent 2d431803
No related merge requests found
......@@ -57,7 +57,7 @@ class AbstractRecord extends AbstractBase
public function __construct()
{
// Set up search class ID-related settings:
$this->searchObject = 'VuFind\Search\\' . $this->searchClassId . '\Results";
$this->searchObject = 'VuFind\Search\\' . $this->searchClassId . '\Results';
}
/**
......
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