diff options
author | Jeff Ames | 2008-10-21 14:08:30 +0000 |
---|---|---|
committer | Jeff Ames | 2008-10-21 14:08:30 +0000 |
commit | 0d4e391f75a8c7f50075245fc57fe78269865efe (patch) | |
tree | c2d9f3a7bc6cadda7af60902712dfc4ffce8f69f /OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | |
parent | fixing real cause of #2445 & #2449: Position was <0, 0, 0> for (diff) | |
download | opensim-SC-0d4e391f75a8c7f50075245fc57fe78269865efe.zip opensim-SC-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.gz opensim-SC-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.bz2 opensim-SC-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.cs | 4 |
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 |