From d6c5bb05f74aedf25fe6d3e4b969a58b1e5a0831 Mon Sep 17 00:00:00 2001
From: Joe Atzberger <ohiocore@gmail.com>
Date: Mon, 7 Jul 2014 16:13:32 -0400
Subject: [PATCH] Consolidate [Social

---
 config/vufind/config.ini | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 7a861cd3652..6118d229295 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -1053,12 +1053,6 @@ treeSearchLimit = 100
 ;sender_email      = "noreply@vufind.org"
 ;sender_name       = "VuFind Feedback"
 
-; This section allows configuration of VuFind's social features
-[Social]
-; This controls the maximum length of a single tag; it should correspond with the
-; field size in the tags database table.
-max_tag_length = 64
-
 ; Uncomment this section and provide your API key to enable Google Analytics. Be
 ; sure to set the "universal" setting to true once your account is upgraded to
 ; Universal Analytics; see:
@@ -1112,3 +1106,6 @@ lists = enabled
 ; Tags may be "enabled" or "disabled" (default = "enabled")
 ; When disabling tags, don't forget to also turn off tag search in searches.ini.
 tags = enabled
+; This controls the maximum length of a single tag; it should correspond with the
+; field size in the tags database table.
+max_tag_length = 64
-- 
GitLab