diff options
author | Dr Scofield | 2008-08-20 15:28:51 +0000 |
---|---|---|
committer | Dr Scofield | 2008-08-20 15:28:51 +0000 |
commit | 2363cd2113261ac456e18f79e9e37622d2c7eca7 (patch) | |
tree | c58698b7269653d0df5adab697f66d86a425036e /OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | |
parent | oops. forgot. (diff) | |
download | opensim-SC-2363cd2113261ac456e18f79e9e37622d2c7eca7.zip opensim-SC-2363cd2113261ac456e18f79e9e37622d2c7eca7.tar.gz opensim-SC-2363cd2113261ac456e18f79e9e37622d2c7eca7.tar.bz2 opensim-SC-2363cd2113261ac456e18f79e9e37622d2c7eca7.tar.xz |
fixing Rest/Inventory stuff again. changes somehow got lost locally.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs index a40d197..9e4fae6 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | |||
@@ -102,9 +102,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
102 | 102 | ||
103 | #region Interface | 103 | #region Interface |
104 | 104 | ||
105 | private RequestData Allocate(OSHttpRequest request, OSHttpResponse response) | 105 | private RequestData Allocate(OSHttpRequest request, OSHttpResponse response, string prefix) |
106 | { | 106 | { |
107 | return (RequestData) new AssetRequestData(request, response, qPrefix); | 107 | return (RequestData) new AssetRequestData(request, response, prefix); |
108 | } | 108 | } |
109 | 109 | ||
110 | // Asset Handler | 110 | // Asset Handler |