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

Fixed bug in namespace construction in Search Manager.

parent 795a2830
No related merge requests found
......@@ -87,7 +87,7 @@ class Manager implements ServiceLocatorAwareInterface
// Use default namespace if we got this far:
$ns = isset($this->config['default_namespace'])
? $this->config['default_namespace'] : 'VuFind\Search';
return $ns . '\\' . $this->classId;
return $ns . '\\' . $key;
}
/**
......
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