aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-21 14:08:30 +0000
committerJeff Ames2008-10-21 14:08:30 +0000
commit0d4e391f75a8c7f50075245fc57fe78269865efe (patch)
treec2d9f3a7bc6cadda7af60902712dfc4ffce8f69f /OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
parentfixing real cause of #2445 & #2449: Position was <0, 0, 0> for (diff)
downloadopensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.zip
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.gz
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.bz2
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs')
-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