aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorroot2020-09-09 21:34:55 +1000
committerroot2020-09-09 21:34:55 +1000
commit34e7ca144d65d8cf06b439fc44cfb089a1759b4f (patch)
tree8f86cdfa56ce4e72df6495dcd6ea5c9692b41d67 /OpenSim/Region
parentRevert list content type check. (diff)
downloadopensim-SC-34e7ca144d65d8cf06b439fc44cfb089a1759b4f.zip
opensim-SC-34e7ca144d65d8cf06b439fc44cfb089a1759b4f.tar.gz
opensim-SC-34e7ca144d65d8cf06b439fc44cfb089a1759b4f.tar.bz2
opensim-SC-34e7ca144d65d8cf06b439fc44cfb089a1759b4f.tar.xz
OpenSim dev typos --
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs
index 22984ef..2560309 100644
--- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs
@@ -157,7 +157,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
157 return; 157 return;
158 } 158 }
159 159
160 // If we find ProfileURL then we configure for FULL support 160 // If we find ProfileServiceURL then we configure for FULL support
161 // else we setup for BASIC support 161 // else we setup for BASIC support
162 ProfileServerUri = profileConfig.GetString("ProfileServiceURL", ""); 162 ProfileServerUri = profileConfig.GetString("ProfileServiceURL", "");
163 if (ProfileServerUri == "") 163 if (ProfileServerUri == "")