diff --git a/module/VuFind/src/VuFind/Controller/AbstractRecord.php b/module/VuFind/src/VuFind/Controller/AbstractRecord.php
index 69df94ee4825ef5b5a6004ba51e0d2cd9e487a5a..3a4b6a8f5d70d5a8d3596bceb929586d2711902e 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';
     }
 
     /**