diff options
| author | jwolk <none@none> | 2010-10-06 13:52:23 -0700 | 
|---|---|---|
| committer | jwolk <none@none> | 2010-10-06 13:52:23 -0700 | 
| commit | 99f3db16e93add8025c0b7c60641f2b950b40d01 (patch) | |
| tree | da15d588134ec3e2ebe411c071fb83e9399ca1a5 /indra | |
| parent | adc73f48471330617cc1e52902abd8123920ada3 (diff) | |
Fix for double uploads of non models
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llviewermenufile.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index 91781f27a4..9bd7ff3a8c 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -1194,8 +1194,6 @@ void upload_new_resource(  				body,  				uuid,  				asset_type)); - -		LLHTTPClient::post(url, body, new LLNewAgentInventoryResponder(body, uuid, asset_type));  	}  	else  	{ | 
