From cb3535e31df4e15a927c11456b03242d49f97043 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 23 Aug 2012 14:59:11 -0400 Subject: [PATCH] Fixed typo. --- module/VuFind/src/VuFind/Controller/AbstractRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Controller/AbstractRecord.php b/module/VuFind/src/VuFind/Controller/AbstractRecord.php index 69df94ee482..3a4b6a8f5d7 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractRecord.php +++ b/module/VuFind/src/VuFind/Controller/AbstractRecord.php @@ -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'; } /** -- GitLab