Skip to content
Snippets Groups Projects
Commit e4f53619 authored by Robert Lange's avatar Robert Lange
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents 994272e4 ec01c01a
No related merge requests found
......@@ -64,7 +64,7 @@ class RecordViewHelperFactory implements FactoryInterface
if (!empty($options)) {
throw new \Exception('Unexpected options sent to factory.');
}
$recordViewHelper = new Record(
$recordViewHelper = new $requestedName(
$container->get('VuFind\Config')->get('config'),
$container->get('ViewHelperManager')->get('url'),
$container->get('VuFind\AuthManager'),
......
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