diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs b/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs index 6ba2f0f..28028bc 100644 --- a/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs +++ b/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs | |||
@@ -647,7 +647,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.XMLRPC | |||
647 | if (resp != null) | 647 | if (resp != null) |
648 | { | 648 | { |
649 | Hashtable respParms; | 649 | Hashtable respParms; |
650 | if (resp.Value.GetType().Equals(Type.GetType("System.Collections.Hashtable"))) | 650 | if (resp.Value.GetType().Equals(typeof(System.Collections.Hashtable))) |
651 | { | 651 | { |
652 | respParms = (Hashtable) resp.Value; | 652 | respParms = (Hashtable) resp.Value; |
653 | } | 653 | } |