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/RestAssetServices.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 '')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs index f9abc49..2af26f2 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
56 | 56 | ||
57 | if (Rest.AssetServices == null) | 57 | if (Rest.AssetServices == null) |
58 | throw new Exception(String.Format("{0} OpenSim asset services are not available", | 58 | throw new Exception(String.Format("{0} OpenSim asset services are not available", |
59 | MsgId)); | 59 | MsgId)); |
60 | 60 | ||
61 | // If the handler specifies a relative path for its domain | 61 | // If the handler specifies a relative path for its domain |
62 | // then we must add the standard absolute prefix, e.g. /admin | 62 | // then we must add the standard absolute prefix, e.g. /admin |