From e8ae606869e8ce6089337a988a2939e7cd4f2f97 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 2 Jul 2012 15:58:52 -0400
Subject: [PATCH] Fixed namespacing issue.

---
 module/VuFind/src/VuFind/Connection/Summon/Query.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Connection/Summon/Query.php b/module/VuFind/src/VuFind/Connection/Summon/Query.php
index 0a5aad6ca93..2e12415c250 100644
--- a/module/VuFind/src/VuFind/Connection/Summon/Query.php
+++ b/module/VuFind/src/VuFind/Connection/Summon/Query.php
@@ -38,7 +38,7 @@ namespace VuFind\Connection\Summon;
  * @license  http://opensource.org/licenses/gpl-2.0.php GNU General Public License
  * @link     http://api.summon.serialssolutions.com/help/api/ API Documentation
  */
-class Query extends SerialsSolutions_Summon_Query
+class Query extends \SerialsSolutions_Summon_Query
 {
     protected $config;
 
-- 
GitLab