From c2333413d57d9752e076267b41e447a47748977e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 23 Jan 2019 17:04:45 -0500 Subject: [PATCH] Correct service name. --- module/VuFind/src/VuFind/Recommend/Factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Recommend/Factory.php b/module/VuFind/src/VuFind/Recommend/Factory.php index 8e2ace1625c..de419acea35 100644 --- a/module/VuFind/src/VuFind/Recommend/Factory.php +++ b/module/VuFind/src/VuFind/Recommend/Factory.php @@ -242,7 +242,7 @@ class Factory */ public static function getSideFacetsDeferred(ServiceManager $sm) { - return new SideFacetsDeferred($sm->get('VuFind\Config')); + return new SideFacetsDeferred($sm->get('VuFind\Config\PluginManager')); } /** -- GitLab