aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
index 11cda6e..0775007 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
@@ -67,11 +67,11 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
67 67
68 if (Rest.AvatarServices == null) 68 if (Rest.AvatarServices == null)
69 throw new Exception(String.Format("{0} OpenSim inventory services are not available", 69 throw new Exception(String.Format("{0} OpenSim inventory services are not available",
70 MsgId)); 70 MsgId));
71 71
72 if (Rest.UserServices == null) 72 if (Rest.UserServices == null)
73 throw new Exception(String.Format("{0} OpenSim user profile services are not available", 73 throw new Exception(String.Format("{0} OpenSim user profile services are not available",
74 MsgId)); 74 MsgId));
75 75
76 // If a relative path was specified for the handler's domain, 76 // If a relative path was specified for the handler's domain,
77 // add the standard prefix to make it absolute, e.g. /admin 77 // add the standard prefix to make it absolute, e.g. /admin