diff options
-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 == "") |