Some small fixes

arthursv
Melanie 2009-08-13 13:25:33 +01:00
parent 0f3f2e1dc0
commit 3669115d60
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
*/
using System;
using System.Collections;
using System.Globalization;
using System.Reflection;
using log4net;
@ -57,7 +58,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Profiles
public void PostInitialise()
{
m_profileModule = scene.RequestModuleInterface<IProfileModule>();
m_profileModule = m_scene.RequestModuleInterface<IProfileModule>();
}
public void Close()