From 8e4d4973564286b7fec763295b22804ead902d3b Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 5 Sep 2012 15:12:41 -0400 Subject: [PATCH] Whitespace cleanup. --- module/VuFind/src/VuFind/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php index 623805c8634..ea4de4c9136 100644 --- a/module/VuFind/src/VuFind/Bootstrap.php +++ b/module/VuFind/src/VuFind/Bootstrap.php @@ -106,7 +106,7 @@ class Bootstrap // Set up search manager a little differently -- it is a more complex class // that doesn't work like the other standard plugin managers. - $manager = new \VuFind\Search\Manager($config['search_manager']); + $manager = new \VuFind\Search\Manager($config['search_manager']); $manager->setServiceLocator($serviceManager); $serviceManager->setService('SearchManager', $manager); } -- GitLab