From f48b25d57cd44e2309195a3d04cde50e84f04384 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Tue, 14 May 2013 10:13:10 +0200
Subject: [PATCH] Fix docstring of Connector::MAX_GET_URL_LENGTH

* VuFindSearch/Backend/Solr/Connector.php (MAX_GET_URL_LENGTH): Fix
docstring.
---
 module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
index a704209fdfc..bed158b01c4 100644
--- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
+++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
@@ -70,7 +70,7 @@ class Connector
      *
      * Switches to POST if the SOLR target URL exeeds this length.
      *
-     * @see self::sendRequest()
+     * @see self::query()
      *
      * @var integer
      */
-- 
GitLab