diff options
author | Diva Canto | 2011-06-01 18:18:31 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-01 18:18:31 -0700 |
commit | 46cdd442a8daebe5b1573f09cd5cef51c0b17874 (patch) | |
tree | 366e1f63d0c5503a57981fa08f3213725f88be31 /OpenSim | |
parent | Re-Apply Use current TravelingAgent if the the login failure reason is "Login... (diff) | |
download | opensim-SC_OLD-46cdd442a8daebe5b1573f09cd5cef51c0b17874.zip opensim-SC_OLD-46cdd442a8daebe5b1573f09cd5cef51c0b17874.tar.gz opensim-SC_OLD-46cdd442a8daebe5b1573f09cd5cef51c0b17874.tar.bz2 opensim-SC_OLD-46cdd442a8daebe5b1573f09cd5cef51c0b17874.tar.xz |
[Profiles] --> [Profile]
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs index e04fff6..079e1b6 100644 --- a/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs | |||
@@ -57,9 +57,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Profile | |||
57 | 57 | ||
58 | public void Initialise(IConfigSource config) | 58 | public void Initialise(IConfigSource config) |
59 | { | 59 | { |
60 | if (config.Configs["Profiles"] != null) | 60 | if (config.Configs["Profile"] != null) |
61 | { | 61 | { |
62 | if (config.Configs["Profiles"].GetString("Module", string.Empty) != "BasicProfileModule") | 62 | if (config.Configs["Profile"].GetString("Module", string.Empty) != "BasicProfileModule") |
63 | return; | 63 | return; |
64 | } | 64 | } |
65 | 65 | ||