diff options
author | onefang | 2019-05-19 22:34:26 +1000 |
---|---|---|
committer | onefang | 2019-05-19 22:34:26 +1000 |
commit | f3902d0e9b4341dd65019cb07ade5766bd6f1585 (patch) | |
tree | 39e9886501c621caf1d5b8a4a2625e40faa92cd7 /OpenSim | |
parent | Various IRC fixes. (diff) | |
download | opensim-SC-f3902d0e9b4341dd65019cb07ade5766bd6f1585.zip opensim-SC-f3902d0e9b4341dd65019cb07ade5766bd6f1585.tar.gz opensim-SC-f3902d0e9b4341dd65019cb07ade5766bd6f1585.tar.bz2 opensim-SC-f3902d0e9b4341dd65019cb07ade5766bd6f1585.tar.xz |
ProfileServiceURL not ProfileURL
Diffstat (limited to 'OpenSim')
-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 e02ca49..b25ef58 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | |||
@@ -154,7 +154,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles | |||
154 | return; | 154 | return; |
155 | } | 155 | } |
156 | 156 | ||
157 | // If we find ProfileURL then we configure for FULL support | 157 | // If we find ProfileServiceURL then we configure for FULL support |
158 | // else we setup for BASIC support | 158 | // else we setup for BASIC support |
159 | ProfileServerUri = profileConfig.GetString("ProfileServiceURL", ""); | 159 | ProfileServerUri = profileConfig.GetString("ProfileServiceURL", ""); |
160 | if (ProfileServerUri == "") | 160 | if (ProfileServerUri == "") |