diff options
author | root | 2020-09-09 21:34:55 +1000 |
---|---|---|
committer | root | 2020-09-09 21:34:55 +1000 |
commit | 34e7ca144d65d8cf06b439fc44cfb089a1759b4f (patch) | |
tree | 8f86cdfa56ce4e72df6495dcd6ea5c9692b41d67 /OpenSim/Region | |
parent | Revert list content type check. (diff) | |
download | opensim-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.cs | 2 |
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 == "") |