diff options
author | BlueWall | 2013-06-07 20:14:39 -0400 |
---|---|---|
committer | BlueWall | 2013-06-07 20:14:39 -0400 |
commit | 1cb1245d847fad5a088e0bb727433ee1e53d81da (patch) | |
tree | 55ab2e5c7ab3d93e312f35cb38ac7d6fae365bce /OpenSim/Region | |
parent | Ensure selected module is the only active one (diff) | |
download | opensim-SC_OLD-1cb1245d847fad5a088e0bb727433ee1e53d81da.zip opensim-SC_OLD-1cb1245d847fad5a088e0bb727433ee1e53d81da.tar.gz opensim-SC_OLD-1cb1245d847fad5a088e0bb727433ee1e53d81da.tar.bz2 opensim-SC_OLD-1cb1245d847fad5a088e0bb727433ee1e53d81da.tar.xz |
SQLite support for UserProfiles
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs index a97c9b4..72e557c 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | |||
@@ -130,6 +130,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles | |||
130 | 130 | ||
131 | if (profileConfig == null) | 131 | if (profileConfig == null) |
132 | { | 132 | { |
133 | m_log.Debug("[PROFILES]: UserProfiles disabled, no configuration"); | ||
133 | Enabled = false; | 134 | Enabled = false; |
134 | return; | 135 | return; |
135 | } | 136 | } |