From 8f83705815bb9d3030b99bef3e9ed30f66c40ab3 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 3 Jul 2012 11:42:03 -0400 Subject: [PATCH] Fixed incorrect namespace. --- module/VuFind/src/VuFind/Search/SolrReserves/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Options.php b/module/VuFind/src/VuFind/Search/SolrReserves/Options.php index 74450d5bd2f..43c34fac3d3 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Options.php @@ -26,7 +26,7 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page */ -namespace VuFind\Search\SolrAuth; +namespace VuFind\Search\SolrReserves; use VuFind\Search\Solr\Options as SolrOptions; /** -- GitLab