aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-13 20:13:12 +0100
committerJustin Clark-Casey (justincc)2013-08-13 20:13:12 +0100
commite311f902ffeb0c1f36d6d4288e65d965d13a9fbe (patch)
tree2b738575bdcdef387873e1fa5cd7d55757625997 /OpenSim/Addons
parentRemove exception when printing error for failure removing script state. (diff)
downloadopensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.zip
opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.tar.gz
opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.tar.bz2
opensim-SC_OLD-e311f902ffeb0c1f36d6d4288e65d965d13a9fbe.tar.xz
minor: Eliminate one of the duplicate 'have's in the HG message telling the user if no GroupsServerURI has been given in user data by the home grid
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs
index c33168c..4642b2a 100644
--- a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs
+++ b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs
@@ -404,7 +404,7 @@ namespace OpenSim.Groups
404 url = m_UserManagement.GetUserServerURL(uid, "GroupsServerURI"); 404 url = m_UserManagement.GetUserServerURL(uid, "GroupsServerURI");
405 if (url == string.Empty) 405 if (url == string.Empty)
406 { 406 {
407 reason = "You don't have have an accessible groups server in your home world. You membership to this group in only within this grid."; 407 reason = "You don't have an accessible groups server in your home world. You membership to this group in only within this grid.";
408 return true; 408 return true;
409 } 409 }
410 410