diff options
author | Melanie | 2009-08-13 13:25:33 +0100 |
---|---|---|
committer | Melanie | 2009-08-13 13:25:33 +0100 |
commit | 3669115d60f4e8fbd5032836b828f6ee40901c93 (patch) | |
tree | d2e661bba1ac34e75aed9437c41512b993bd18b9 /OpenSim/Region/CoreModules | |
parent | Add reference to the profile module in the avatar profiles handler, plus (diff) | |
download | opensim-SC_OLD-3669115d60f4e8fbd5032836b828f6ee40901c93.zip opensim-SC_OLD-3669115d60f4e8fbd5032836b828f6ee40901c93.tar.gz opensim-SC_OLD-3669115d60f4e8fbd5032836b828f6ee40901c93.tar.bz2 opensim-SC_OLD-3669115d60f4e8fbd5032836b828f6ee40901c93.tar.xz |
Some small fixes
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Profiles/AvatarProfilesModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Profiles/AvatarProfilesModule.cs b/OpenSim/Region/CoreModules/Avatar/Profiles/AvatarProfilesModule.cs index a6ace63..0f58788 100644 --- a/OpenSim/Region/CoreModules/Avatar/Profiles/AvatarProfilesModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Profiles/AvatarProfilesModule.cs | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections; | ||
29 | using System.Globalization; | 30 | using System.Globalization; |
30 | using System.Reflection; | 31 | using System.Reflection; |
31 | using log4net; | 32 | using log4net; |
@@ -57,7 +58,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Profiles | |||
57 | 58 | ||
58 | public void PostInitialise() | 59 | public void PostInitialise() |
59 | { | 60 | { |
60 | m_profileModule = scene.RequestModuleInterface<IProfileModule>(); | 61 | m_profileModule = m_scene.RequestModuleInterface<IProfileModule>(); |
61 | } | 62 | } |
62 | 63 | ||
63 | public void Close() | 64 | public void Close() |